aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-16 16:13:56 +0000
committernicm <nicm>2020-04-16 16:13:56 +0000
commit2e347d6a384a5cfa9e18058393043e623a10c584 (patch)
treeb09b03760d442fdb4a7d7169067e82571eaf3ffa /tmux.h
parent363d950ac0c0c24f446d9ebc3421d1c38395f872 (diff)
downloadrtmux-2e347d6a384a5cfa9e18058393043e623a10c584.tar.gz
rtmux-2e347d6a384a5cfa9e18058393043e623a10c584.tar.bz2
rtmux-2e347d6a384a5cfa9e18058393043e623a10c584.zip
Only start and stop sync for operations like clear and scroll where
there is a better chance more data will be on the way.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 69866153..a5dead04 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;