aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-02-16 12:02:29 +0000
committerThomas Adam <thomas@xteddy.org>2018-02-16 12:02:29 +0000
commit968296bb07052b5ffeb840f180be247a26feee51 (patch)
tree42de666f89262691ed44977fa35d32538fff9e60 /tmux.h
parent88711e885eeab58fe372ce5aa64282f7557c3620 (diff)
parent320abba341311a0271e32f393afd89f1e82fc14c (diff)
downloadrtmux-968296bb07052b5ffeb840f180be247a26feee51.tar.gz
rtmux-968296bb07052b5ffeb840f180be247a26feee51.tar.bz2
rtmux-968296bb07052b5ffeb840f180be247a26feee51.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 861489e4..d5d2122d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 {