aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-12-10 14:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2021-12-10 14:01:10 +0000
commit8941dbe482f68bfff7d7ea577719ab366cebf54b (patch)
tree4e575c55cb87775779dfbfff98c802b8b06b3e7e /tmux.h
parent138ffc7cb6225b8a6d54d771b0112635f0dbb42e (diff)
parent1f9aad2bb40fe90bec38288b08e8b152f13e04ad (diff)
downloadrtmux-8941dbe482f68bfff7d7ea577719ab366cebf54b.tar.gz
rtmux-8941dbe482f68bfff7d7ea577719ab366cebf54b.tar.bz2
rtmux-8941dbe482f68bfff7d7ea577719ab366cebf54b.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 9209226a..9cf60ecb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1312,7 +1312,7 @@ struct tty {
#define TTY_NOCURSOR 0x1
#define TTY_FREEZE 0x2
#define TTY_TIMER 0x4
-/* 0x8 unused */
+#define TTY_NOBLOCK 0x8
#define TTY_STARTED 0x10
#define TTY_OPENED 0x20
/* 0x40 unused */