diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |