Change resize timers and flags into one timer and a queue which is
authornicm <nicm@openbsd.org>
Thu, 10 Jun 2021 07:33:41 +0000 (07:33 +0000)
committernicm <nicm@openbsd.org>
Thu, 10 Jun 2021 07:33:41 +0000 (07:33 +0000)
commit7592946f92ee4ae827adb8bf730926f4596ea195
tree4859552ab3734c851d49206be4617de624307ea6
parentcad9aae374374069ec6a4025614627208e29f826
Change resize timers and flags into one timer and a queue which is
simpler and fixes problems with vim when resized multiple times. GitHub
issue 2677.
usr.bin/tmux/server-client.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/window.c