Add a window-resized hook which is fired when the window is actually
authornicm <nicm@openbsd.org>
Thu, 17 Feb 2022 09:58:47 +0000 (09:58 +0000)
committernicm <nicm@openbsd.org>
Thu, 17 Feb 2022 09:58:47 +0000 (09:58 +0000)
commitba37bc3ceacc60854971973afeaa04e00b0259c6
treeaa1ecef6cfa68a2f59d666e14769e87576a267b8
parent042bb2e967b315f6eb6f15a40a4708c5c28ed3f6
Add a window-resized hook which is fired when the window is actually
resized which may be later than the client resize, GitHub issue 2995.
usr.bin/tmux/options-table.c
usr.bin/tmux/resize.c