CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/28 01:34:32
Modified files:
usr.bin/tmux : server-client.c tmux.h window.c
Log message:
The resize event was never deciding to actually resize the pane if there
was output in the pane faster than the timer would fire, so change how
it works to only defer the timer again if the pane was actually resized
within the last timer period. Reported by James Tai in GitHub issue
1880.
