From 4a26ac05b09286af595035ff76004782298dd531 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 4 Feb 2015 11:41:18 -0200 Subject: 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.) --- CRT.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CRT.h') 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; -- cgit v1.2.3