diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-16 18:01:32 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-16 18:01:32 +0100 |
commit | 21eb2ba4191b797b9f980e207756b21eb09da948 (patch) | |
tree | c2944d48b8af08e0ecf92d2891175a7c111e0727 /tmux.h | |
parent | 5e38d262579662f33570c520b6661e15c215f702 (diff) | |
parent | 2e347d6a384a5cfa9e18058393043e623a10c584 (diff) | |
download | rtmux-21eb2ba4191b797b9f980e207756b21eb09da948.tar.gz rtmux-21eb2ba4191b797b9f980e207756b21eb09da948.tar.bz2 rtmux-21eb2ba4191b797b9f980e207756b21eb09da948.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -779,6 +779,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; @@ -1263,6 +1264,7 @@ struct tty { struct event key_timer; struct tty_key *key_tree; }; +#define tty_term_flags(tty) (tty->term->flags|tty->term_flags) /* TTY command context. */ struct tty_ctx { |