summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-09-08 01:10:58 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-09-08 01:10:58 +0000
commit3f3213b2e215ba947e1155cd591f6f73e1ffce76 (patch)
tree12ae948d8d7980bbbb93898933bd51223e0f3e57 /CRT.c
parent60e510609886543e9aec44ec7909d1426129a47a (diff)
show cursor when function bar allows typing an entry.
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];

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