add option (-U, --no-unicode) to disable unicode at runtime

This commit is contained in:
Christian Hesse
2020-09-01 10:09:00 +02:00
parent f5b3e8d2a3
commit db5adbeae0
4 changed files with 27 additions and 15 deletions

2
CRT.h
View File

@ -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();