summaryrefslogtreecommitdiff
path: root/column.h
diff options
context:
space:
mode:
Diffstat (limited to 'column.h')
-rw-r--r--column.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/column.h b/column.h
index dbc5da2e51..f3934cfd5f 100644
--- a/column.h
+++ b/column.h
@@ -7,6 +7,7 @@
#define COL_DENSE 0x0080 /* Shrink columns when possible,
making space for more columns */
#define COL_DENSER 0x0100
+#define COL_GROUP 0x0200
#define COL_ENABLE(c) ((c) & COL_ENABLE_MASK)
#define COL_DISABLED 0x0000 /* must be zero */