From 267014cbfe584ff9a1bc74d671f8aaa27251fd49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 21 Nov 2020 21:40:08 +0100 Subject: Add support to change numeric options in settings screen Like delay or highlightDelaySecs --- CRT.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CRT.h') 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); -- cgit v1.2.3