Only start and stop sync for operations like clear and scroll where

there is a better chance more data will be on the way.
This commit is contained in:
nicm
2020-04-16 16:13:56 +00:00
parent 363d950ac0
commit 2e347d6a38
2 changed files with 53 additions and 48 deletions

1
tmux.h
View File

@ -777,6 +777,7 @@ struct screen_write_collect_line;
struct screen_write_ctx {
struct window_pane *wp;
struct screen *s;
int sync;
struct screen_write_collect_item *item;
struct screen_write_collect_line *list;