aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 61032b3f..88a223e6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -551,6 +551,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 {