There is no point in reflowing panes which have not changed width.

pull/1147/merge
nicm 2017-11-02 18:26:38 +00:00
parent e91e8a2a6c
commit 3887d95bca
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ screen_resize(struct screen *s, u_int sx, u_int sy, int reflow)
* is simpler and more reliable so let's do that.
*/
screen_reset_tabs(s);
}
} else
reflow = 0;
if (sy != screen_size_y(s))
screen_resize_y(s, sy);