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 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 {