diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-02-16 12:02:29 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-02-16 12:02:29 +0000 |
commit | 968296bb07052b5ffeb840f180be247a26feee51 (patch) | |
tree | 42de666f89262691ed44977fa35d32538fff9e60 /tmux.h | |
parent | 88711e885eeab58fe372ce5aa64282f7557c3620 (diff) | |
parent | 320abba341311a0271e32f393afd89f1e82fc14c (diff) | |
download | rtmux-968296bb07052b5ffeb840f180be247a26feee51.tar.gz rtmux-968296bb07052b5ffeb840f180be247a26feee51.tar.bz2 rtmux-968296bb07052b5ffeb840f180be247a26feee51.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -555,6 +555,7 @@ enum utf8_state { /* Grid line flags. */ #define GRID_LINE_WRAPPED 0x1 #define GRID_LINE_EXTENDED 0x2 +#define GRID_LINE_DEAD 0x4 /* Grid cell data. */ struct grid_cell { |