diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-12-10 14:01:10 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-12-10 14:01:10 +0000 |
commit | 8941dbe482f68bfff7d7ea577719ab366cebf54b (patch) | |
tree | 4e575c55cb87775779dfbfff98c802b8b06b3e7e /tmux.h | |
parent | 138ffc7cb6225b8a6d54d771b0112635f0dbb42e (diff) | |
parent | 1f9aad2bb40fe90bec38288b08e8b152f13e04ad (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |