diff --git a/src/common/log.cpp b/src/common/log.cpp index cd4f36684..bee5fe3e6 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -406,6 +406,10 @@ void SetConsoleOutputParams(bool Enabled, const char* ChannelFilter, LOGLEVEL Le msw_ReopenStandardPipes(); } } + else + { + msw_EnableVirtualTerminalProcessing(); + } } else {