summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2020-08-31 22:08:35 +0200
committerBert Wesarg <bert.wesarg@googlemail.com>2020-08-31 22:12:46 +0200
commitf861a2c61692eda9d24fc5e32608b3a56bb721bc (patch)
treeceb3a9e51db808b53dd2306eb1373d830a9a1b87 /CRT.h
parent47a7d0bd74277371d20446d2fd5cc7410008e484 (diff)
Revert "Use UTF-8 for check buttons and tree open/closed"
This reverts commit 5d5913d355b3a9f03da589b3542b8f55467b4ed6.
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h28
1 files changed, 2 insertions, 26 deletions
diff --git a/CRT.h b/CRT.h
index 5fb2f09c..80022f70 100644
--- a/CRT.h
+++ b/CRT.h
@@ -47,19 +47,6 @@ typedef enum TreeStr_ {
TREE_STR_COUNT
} TreeStr;
-typedef enum CheckStr_ {
- CHECK_STR_NONE,
- CHECK_STR_PARTIAL,
- CHECK_STR_FULL,
- CHECK_STR_COUNT
-} CheckStr;
-
-typedef enum CollapStr_ {
- COLLAP_STR_OPEN,
- COLLAP_STR_CLOSED,
- COLLAP_STR_COUNT
-} CollapStr;
-
typedef enum ColorSchemes_ {
COLORSCHEME_DEFAULT = 0,
COLORSCHEME_MONOCHROME = 1,
@@ -114,6 +101,7 @@ typedef enum ColorElements_ {
LOAD_AVERAGE_FIFTEEN,
LOAD_AVERAGE_FIVE,
LOAD_AVERAGE_ONE,
+ CHECK_BOX,
CHECK_MARK,
CHECK_TEXT,
CLOCK,
@@ -150,28 +138,16 @@ extern void CRT_handleSIGSEGV(int sgn);
extern const char *CRT_treeStrAscii[TREE_STR_COUNT];
-extern const char *CRT_checkStrAscii[CHECK_STR_COUNT];
-
-extern const char *CRT_collapStrAscii[COLLAP_STR_COUNT];
-
#ifdef HAVE_LIBNCURSESW
extern const char *CRT_treeStrUtf8[TREE_STR_COUNT];
-extern const char *CRT_checkStrUtf8[CHECK_STR_COUNT];
-
-extern const char *CRT_collapStrUtf8[COLLAP_STR_COUNT];
+extern bool CRT_utf8;
#endif
-extern bool CRT_utf8;
-
extern const char **CRT_treeStr;
-extern const char **CRT_checkStr;
-
-extern const char **CRT_collapStr;
-
extern int CRT_delay;
extern int* CRT_colors;

© 2014-2024 Faster IT GmbH | imprint | privacy policy