summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2020-09-01 10:09:00 +0200
committerChristian Hesse <mail@eworm.de>2020-09-01 10:09:00 +0200
commitdb5adbeae09b8b80587294e4de125af109b8ecdc (patch)
treef7f74a71a5770ae092b46db6f576514bb0684ff5 /CRT.h
parentf5b3e8d2a355e71720cbe3893ddf395dce746572 (diff)
add option (-U, --no-unicode) to disable unicode at runtime
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.h b/CRT.h
index 80022f70..7d5c8adf 100644
--- a/CRT.h
+++ b/CRT.h
@@ -189,7 +189,7 @@ extern void CRT_restorePrivileges();
// TODO: pass an instance of Settings instead.
-extern void CRT_init(int delay, int colorScheme);
+extern void CRT_init(int delay, int colorScheme, bool allowUnicode);
extern void CRT_done();

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