summaryrefslogtreecommitdiffstats
path: root/src/utils/libsmartcols/src/libsmartcols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/libsmartcols/src/libsmartcols.h')
-rw-r--r--src/utils/libsmartcols/src/libsmartcols.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/libsmartcols/src/libsmartcols.h b/src/utils/libsmartcols/src/libsmartcols.h
index 35c24c9..26c00bc 100644
--- a/src/utils/libsmartcols/src/libsmartcols.h
+++ b/src/utils/libsmartcols/src/libsmartcols.h
@@ -95,7 +95,9 @@ enum {
enum {
SCOLS_JSON_STRING = 0, /* default */
SCOLS_JSON_NUMBER = 1,
- SCOLS_JSON_BOOLEAN = 2
+ SCOLS_JSON_BOOLEAN = 2,
+ SCOLS_JSON_ARRAY_STRING = 3, /* e.g. for multi-line (SCOLS_FL_WRAP) cells */
+ SCOLS_JSON_ARRAY_NUMBER = 4
};
/*