Closed
Description
Expected behavior
When running lsd.exe
on Win10 from cmd.exe
- I shouldn't see any VT escape sequences.
Actual behavior
The listing looks a lot of random garbage because VT escape sequences are not being processed.
lsd
should set the flag ENABLE_VIRTUAL_TERMINAL_PROCESSING via SetConsoleMode (or'ing in the current mode).