commit | d60663ea8664d1c71def883bd64d97af3f791f89 | [log] [download] |
---|---|---|
author | nicm <nicm> | Wed May 31 11:00:00 2017 +0000 |
committer | nicm <nicm> | Wed May 31 11:00:00 2017 +0000 |
tree | b526707c5e187f1812f49017c2f356013245ac33 | |
parent | ea6428a5d2c3c753c3123b3ecace7357e97eae50 [diff] |
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.