mirror of
https://github.com/tmux/tmux.git
synced 2024-11-04 18:08:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
3aa1e5810c
@ -704,7 +704,7 @@ window_copy_size_changed(struct window_mode_entry *wme)
|
||||
window_copy_clear_marks(wme);
|
||||
|
||||
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);
|
||||
|
||||
if (search && !data->timeout)
|
||||
|
Loading…
Reference in New Issue
Block a user