commit | df0334d3b397de03a81411f1101a8e82a55b9be9 | [log] [download] |
---|---|---|
author | nicm <nicm> | Wed Aug 28 07:34:32 2019 +0000 |
committer | nicm <nicm> | Wed Aug 28 07:34:32 2019 +0000 |
tree | cfedad4e0309bb39d6f1dbb43d0f547c4def4e7b | |
parent | 39c55d5b6fcafd9476528ebc1064192c90f559a4 [diff] |
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.