From 4b14ab9789eee004daab8594ac00a113c18af060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 28 Sep 2020 14:55:38 +0200 Subject: 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 --- CRT.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'CRT.h') 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; -- cgit v1.2.3