CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/21 05:30:42
Modified files:
usr.bin/tmux : cmd-display-panes.c cmd-resize-pane.c popup.c
resize.c server-fn.c tmux.h window.c
Log message:
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.
