mirror of
https://github.com/tmux/tmux.git
synced 2025-01-13 03:48:51 +00:00
Don't miss the last line off the screen when writing after resize, from
Anindya Mukherjee.
This commit is contained in:
parent
fc1855f514
commit
b6dfca9b4d
@ -704,7 +704,7 @@ window_copy_size_changed(struct window_mode_entry *wme)
|
|||||||
window_copy_clear_marks(wme);
|
window_copy_clear_marks(wme);
|
||||||
|
|
||||||
screen_write_start(&ctx, NULL, s);
|
screen_write_start(&ctx, NULL, s);
|
||||||
window_copy_write_lines(wme, &ctx, 0, screen_size_y(s) - 1);
|
window_copy_write_lines(wme, &ctx, 0, screen_size_y(s));
|
||||||
screen_write_stop(&ctx);
|
screen_write_stop(&ctx);
|
||||||
|
|
||||||
if (search && !data->timeout)
|
if (search && !data->timeout)
|
||||||
|
Loading…
Reference in New Issue
Block a user