diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-03-13 00:02:38 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-03-13 00:02:38 +0000 |
commit | b03f58b977002b2f033da48b46602aa7ce3192ee (patch) | |
tree | 85f0ce7dd17e764accba90e3c2348bec2a0f3082 /tmux.h | |
parent | 400529eea04350907b5e240d991f4d39108177c5 (diff) | |
parent | b2bc34af12e6871faae82d1c46005e278d9cfe1d (diff) | |
download | rtmux-b03f58b977002b2f033da48b46602aa7ce3192ee.tar.gz rtmux-b03f58b977002b2f033da48b46602aa7ce3192ee.tar.bz2 rtmux-b03f58b977002b2f033da48b46602aa7ce3192ee.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -581,6 +581,7 @@ enum utf8_state { #define GRID_FLAG_EXTENDED 0x8 #define GRID_FLAG_SELECTED 0x10 #define GRID_FLAG_NOPALETTE 0x20 +#define GRID_FLAG_CLEARED 0x40 /* Grid line flags. */ #define GRID_LINE_WRAPPED 0x1 |