restrict a Windows console message to debug
This commit is contained in:
@@ -2180,6 +2180,7 @@ restore_original_console_font(void)
|
||||
raw_print("Restoring original font and code page\n");
|
||||
success = SetConsoleOutputCP(console.original_code_page);
|
||||
#else /* VIRTUAL_TERMINAL_SEQUENCES */
|
||||
if (wizard)
|
||||
raw_print("Restoring original font, code page and locale\n");
|
||||
|
||||
tmplocalestr = setlocale(LC_ALL, console.orig_localestr);
|
||||
|
||||
Reference in New Issue
Block a user