summaryrefslogtreecommitdiffstats
path: root/src/utils/libsmartcols/src/libsmartcols.h
diff options
context:
space:
mode:
authorManuel Bentele2021-12-07 10:17:15 +0100
committerManuel Bentele2021-12-07 10:17:15 +0100
commit424839be05e2f4c5d4684ab0c37e00c2881672bd (patch)
treeb6fa21c4f6f5a64782f941c4eaf4ae67c7995f89 /src/utils/libsmartcols/src/libsmartcols.h
parentFix issue in CMake kernel header check (diff)
downloadxloop-424839be05e2f4c5d4684ab0c37e00c2881672bd.tar.gz
xloop-424839be05e2f4c5d4684ab0c37e00c2881672bd.tar.xz
xloop-424839be05e2f4c5d4684ab0c37e00c2881672bd.zip
Update xlosetup from util-linux v2.37.2
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
};
/*