mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08: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);
|
window_copy_write_lines(wp, &ctx, 0, screen_size_y(s) - 1);
|
||||||
screen_write_stop(&ctx);
|
screen_write_stop(&ctx);
|
||||||
window_copy_update_selection(wp);
|
window_copy_update_selection(wp);
|
||||||
|
window_copy_redraw_screen(wp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user