CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/16 10:50:55
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-show-messages.c resize.c
server-client.c tmux.h window.c
Log message:
Move lazy resize from the pane to the window, there is no point in
resizing the window unless it is the current window, and if we do and
don't resize the pane until later there are problems if the size changes
from A to B then back to A.
