Do not notify window-layout-changed if the window is about to be
commit6c0067c10360880334afa50815b880d04edcbf42
authornicm <nicm>
Thu, 21 Mar 2024 11:30:42 +0000 (21 11:30 +0000)
committernicm <nicm>
Thu, 21 Mar 2024 11:30:42 +0000 (21 11:30 +0000)
tree78625f90a92275f9de0cbdda102d5526a82302c9
parent5458cb28502dbdce933827853c31b276b51f3741
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.
cmd-display-panes.c
cmd-resize-pane.c
popup.c
resize.c
server-fn.c
tmux.h
window.c