You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Jul 27, 2019
Unless you have set the VirtualTerminalLevel registry setting, those escape sequences shouldn't be interpreted at all, so your program really shouldn't be displaying any colors. Try running it from a conhost shell to see what I mean.
However, because the Windows Terminal is passing your output through at conpty pipe, I suspect it's accidentally interpreting those escape sequences on the other side of the pipe, and that's when things start to go wrong.
I believe this is a know bug - issue #1965 describes a similar situation.
Correct, this just looks like the same issue. If you use SetConsoleMode to turn on ENABLE_VIRTUAL_TERMINAL_PROCESSING explicitly, does it work fine?
DHowett-MSFT
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
labels
Jul 29, 2019
Environment
bd5cae1
Steps to reproduce
Run program of this kind:
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: