Allow control mode clients to set a hard limit on the window width and
authornicm <nicm@openbsd.org>
Fri, 27 Aug 2021 17:15:57 +0000 (17:15 +0000)
committernicm <nicm@openbsd.org>
Fri, 27 Aug 2021 17:15:57 +0000 (17:15 +0000)
commit34ce0afc6eaa9d2ceb5139204be9d39097e4d3d9
tree6973bd8ff75f0553b1090f9b931a3b525a63f3db
parent6f4c0c98aa6e346875622c54a6b14e72c10cad7c
Allow control mode clients to set a hard limit on the window width and
height, GitHub issue 2594.
usr.bin/tmux/cmd-refresh-client.c
usr.bin/tmux/cmd-resize-window.c
usr.bin/tmux/resize.c
usr.bin/tmux/server-client.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/window.c