mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 16:13:34 +00:00
Redraw the screen after resizing.
This commit is contained in:
parent
b02e429788
commit
2e3bb5a511
@ -160,6 +160,7 @@ window_copy_resize(struct window_pane *wp, u_int sx, u_int sy)
|
||||
window_copy_write_lines(wp, &ctx, 0, screen_size_y(s) - 1);
|
||||
screen_write_stop(&ctx);
|
||||
window_copy_update_selection(wp);
|
||||
window_copy_redraw_screen(wp);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user