aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-18 08:01:37 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-18 08:01:37 +0100
commit349617a818ec8ed0f1cdedac64f5d9126d920f87 (patch)
treea0ae953fb39ca36f8eecf228d5a7c2299733b270 /tmux.h
parent87d79e6d367f725d831cf04357e6a354908ad551 (diff)
parent1d2bd864f25a58ab85a6f9f0a448f3a69d8491cd (diff)
downloadrtmux-349617a818ec8ed0f1cdedac64f5d9126d920f87.tar.gz
rtmux-349617a818ec8ed0f1cdedac64f5d9126d920f87.tar.bz2
rtmux-349617a818ec8ed0f1cdedac64f5d9126d920f87.zip
Merge branch 'obsd-master'
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 a541a84e..795baabc 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1246,6 +1246,7 @@ struct tty {
#define TTY_BLOCK 0x80
#define TTY_HAVEDA 0x100
#define TTY_HAVEDSR 0x200
+#define TTY_SYNCING 0x400
int flags;
struct tty_term *term;