Some applications like vi(1) and tmux until 10 minutes or so ago, do not
authornicm <nicm@openbsd.org>
Wed, 31 May 2017 11:00:00 +0000 (11:00 +0000)
committernicm <nicm@openbsd.org>
Wed, 31 May 2017 11:00:00 +0000 (11:00 +0000)
commita964dcbe1c4cd2fb6a13aa76b8f05946e0db0ea5
tree2e1f46762407ccc2f32f03926ba716959fe34087
parent3f9c2815a4b230d9f4f263cadb40d624ff322199
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.
usr.bin/tmux/server-client.c
usr.bin/tmux/tmux.h