summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-02-04 11:41:18 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-02-04 11:41:53 -0200
commit4a26ac05b09286af595035ff76004782298dd531 (patch)
treee5629e0439f617b99753ccac8af634723d4d4938 /CRT.h
parentcfc773f7ee5268d8443c640f6478b57bad45b404 (diff)
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.)
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 2a9e7970..73aed438 100644
--- a/CRT.h
+++ b/CRT.h
@@ -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;

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