summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.c b/CRT.c
index 9c3d9490..949b543e 100644
--- a/CRT.c
+++ b/CRT.c
@@ -118,6 +118,8 @@ int CRT_colorScheme = 0;
int CRT_colors[LAST_COLORELEMENT] = { 0 };
+int CRT_cursorX = 0;
+
char* CRT_termType;
void *backtraceArray[128];