mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Automatically reflow wrapped lines when a pane is resized, requested by
many over the years and finally implemented by Richard Woodbury.
This commit is contained in:
@ -203,7 +203,7 @@ window_choose_resize(struct window_pane *wp, u_int sx, u_int sy)
|
||||
if (data->selected > sy - 1)
|
||||
data->top = data->selected - (sy - 1);
|
||||
|
||||
screen_resize(s, sx, sy);
|
||||
screen_resize(s, sx, sy, 0);
|
||||
window_choose_redraw_screen(wp);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user