Let's see if responsiveness is still good using the full CRT_delay

in ncurses. CPU usage goes down noticeably.
(Also, add missing comma, sorry.)
This commit is contained in:
Hisham Muhammad
2015-02-04 11:41:18 -02:00
parent cfc773f7ee
commit 4a26ac05b0
2 changed files with 8 additions and 6 deletions

2
CRT.h
View File

@ -116,6 +116,8 @@ extern const char *CRT_treeStrUtf8[TREE_STR_COUNT];
extern const char **CRT_treeStr;
extern int CRT_delay;
extern bool CRT_utf8;
int* CRT_colors;