CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/20 01:35:06
Modified files:
usr.bin/tmux : window.c
Log message:
Reset layout manually instead of calling window_unzoom which can go down the
notification path and end up double freeing the pane (this was previously
removed in 2015 but added back to fix a problem with late destroy - this is a
better fix). GitHub issue 5591 from Romain Francoise.
