show cursor when function bar allows typing an entry.

This commit is contained in:
Hisham Muhammad
2011-09-08 01:10:58 +00:00
parent 60e5106098
commit 3f3213b2e2
3 changed files with 9 additions and 1 deletions

2
CRT.c
View File

@ -118,6 +118,8 @@ int CRT_colorScheme = 0;
int CRT_colors[LAST_COLORELEMENT] = { 0 };
int CRT_cursorX = 0;
char* CRT_termType;
void *backtraceArray[128];