summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-21 21:40:08 +0100
committercgzones <cgzones@googlemail.com>2020-11-25 20:46:27 +0100
commit267014cbfe584ff9a1bc74d671f8aaa27251fd49 (patch)
treec49c5efc511a93722052084b78a735962db46b91 /CRT.h
parentadf918520976a5f06181c1c05392a0da6e4bbaa5 (diff)
Add support to change numeric options in settings screen
Like delay or highlightDelaySecs
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/CRT.h b/CRT.h
index c95b0fb7..ec3fdafe 100644
--- a/CRT.h
+++ b/CRT.h
@@ -142,8 +142,6 @@ extern bool CRT_utf8;
extern const char* const* CRT_treeStr;
-extern int CRT_delay;
-
extern const int* CRT_colors;
extern int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT];
@@ -175,7 +173,7 @@ static inline void CRT_restorePrivileges(void) { }
#endif /* HAVE_SETUID_ENABLED */
-void CRT_init(int delay, int colorScheme, bool allowUnicode);
+void CRT_init(const int* delay, int colorScheme, bool allowUnicode);
void CRT_done(void);

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