summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CRT.h b/CRT.h
index 7916b16d..f7d4d723 100644
--- a/CRT.h
+++ b/CRT.h
@@ -101,10 +101,10 @@ typedef enum ColorElements_ {
// TODO: centralize these in Settings.
-extern int CRT_delay;
-
extern int CRT_colorScheme;
+extern bool CRT_utf8;
+
extern int CRT_colors[LAST_COLORELEMENT];
extern int CRT_cursorX;