CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/26 01:30:46
Modified files:
usr.bin/tmux : client.c screen-redraw.c server-client.c
server.c tmux.h
Log message:
Client flags was changed to uint64_t a while ago, fix a few cases where
it is still int (do not matter now but will with some new flags). From
Michael Grant.
