Do not notify window-layout-changed if the window is about to be
authornicm <nicm@openbsd.org>
Thu, 21 Mar 2024 11:30:42 +0000 (11:30 +0000)
committernicm <nicm@openbsd.org>
Thu, 21 Mar 2024 11:30:42 +0000 (11:30 +0000)
commit0ad0daf479ce2b7e9979aff0d50e70a92a639a30
treef7c6f06b7ab84673428871060652f2d26ee713c5
parent1affafef38f7f08ff3b1e17ca0815e92da58158e
Do not notify window-layout-changed if the window is about to be
destroyed (since it may have been freed by the time the notify happens),
from Romain Francoise in GitHub issue 3860.
usr.bin/tmux/cmd-display-panes.c
usr.bin/tmux/cmd-resize-pane.c
usr.bin/tmux/popup.c
usr.bin/tmux/resize.c
usr.bin/tmux/server-fn.c
usr.bin/tmux/tmux.h
usr.bin/tmux/window.c