CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2017/05/31 05:00:00

Modified files:
        usr.bin/tmux   : server-client.c tmux.h 

Log message:
Some applications like vi(1) and tmux until 10 minutes or so ago, do not
redraw on SIGWINCH if the size returns to the original size between the
original SIGWINCH and when they get around to calling TIOCGWINSZ. So use
the existing resize timer to introduce a small delay between the two
resizes.

Reply via email to