Common/Log: Fix Unix escape sequences on preexisting consoles

This commit is contained in:
Connor McLaughlin 2021-07-23 18:07:03 +10:00
parent 78dabd1067
commit 3b7c6c7bbd

View file

@ -406,6 +406,10 @@ void SetConsoleOutputParams(bool Enabled, const char* ChannelFilter, LOGLEVEL Le
msw_ReopenStandardPipes(); msw_ReopenStandardPipes();
} }
} }
else
{
msw_EnableVirtualTerminalProcessing();
}
} }
else else
{ {