We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a regression from 7.2.6 and only happens:
conhost.exe
cmd /c echo foo | sls f
foo should print with f highlighted, to indicate what part of the line matched.
foo
f
←[7mf←[0moo
That is, the VT escape sequences are mistakenly rendered as verbatim characters.
No response
PowerShell Core 7.3.0-preview.8 on Windows 10 21H2, Windows 11 22H2
Prerequisites
Steps to reproduce
This is a regression from 7.2.6 and only happens:
conhost.exe), not in Windows TerminalExpected behavior
fooshould print withfhighlighted, to indicate what part of the line matched.Actual behavior
←[7mf←[0mooThat is, the VT escape sequences are mistakenly rendered as verbatim characters.
Error details
No response
Environment data
Visuals
No response