diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-07-10 13:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-07-10 13:02:26 +0100 |
commit | 9cbbdb90bf7385799ea15741b024c6c443c203ce (patch) | |
tree | 44f044575e1ff16a1f4c296e8a42daa8937e2fbb /tmux.h | |
parent | 98ef369b27b631b7893446fbdf7c9d6ce9c1b43a (diff) | |
parent | f4d858e7a0888cfd1d09c421f71729e833322851 (diff) | |
download | rtmux-9cbbdb90bf7385799ea15741b024c6c443c203ce.tar.gz rtmux-9cbbdb90bf7385799ea15741b024c6c443c203ce.tar.bz2 rtmux-9cbbdb90bf7385799ea15741b024c6c443c203ce.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1518,6 +1518,7 @@ struct client { #define CLIENT_STATUSOFF 0x800000 #define CLIENT_REDRAWSTATUSALWAYS 0x1000000 #define CLIENT_REDRAWOVERLAY 0x2000000 +#define CLIENT_CONTROL_NOOUTPUT 0x4000000 #define CLIENT_ALLREDRAWFLAGS \ (CLIENT_REDRAWWINDOW| \ CLIENT_REDRAWSTATUS| \ |