summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-28 14:55:38 +0200
committercgzones <cgzones@googlemail.com>2020-10-02 14:41:27 +0200
commit4b14ab9789eee004daab8594ac00a113c18af060 (patch)
tree04136fedf18b4e81f15c86a0f2de4e4035f6e937 /CRT.h
parent8efc88593ab29ce409d720c2add603795d73f12a (diff)
Adjust colors
- do not reverse CPU steal and guest in monochrome - black on black in Light Terminal is not visible, use blue on black - white on blue in Light Terminal is display as blue on black, use yellow on black - re-draw FunctionBar after color change
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/CRT.h b/CRT.h
index c0b93952..f21488fe 100644
--- a/CRT.h
+++ b/CRT.h
@@ -117,17 +117,13 @@ void CRT_handleSIGSEGV(int sgn);
#define KEY_ALT(x) (KEY_F(64 - 26) + (x - 'A'))
-extern const char *CRT_treeStrAscii[TREE_STR_COUNT];
-
#ifdef HAVE_LIBNCURSESW
-extern const char *CRT_treeStrUtf8[TREE_STR_COUNT];
-
extern bool CRT_utf8;
#endif
-extern const char **CRT_treeStr;
+extern const char *const *CRT_treeStr;
extern int CRT_delay;

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