Client flags was changed to uint64_t a while ago, fix a few cases where
authornicm <nicm@openbsd.org>
Mon, 26 Aug 2024 07:30:46 +0000 (07:30 +0000)
committernicm <nicm@openbsd.org>
Mon, 26 Aug 2024 07:30:46 +0000 (07:30 +0000)
commitab0a70a7530153ec4f250b9a77919504fee94ad1
tree6d3334df1f59a634302ae41283de8cdc077075fc
parentad46cda3e5af78ad5d21434447f42e05b9356e2f
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.
usr.bin/tmux/client.c
usr.bin/tmux/screen-redraw.c
usr.bin/tmux/server-client.c
usr.bin/tmux/server.c
usr.bin/tmux/tmux.h