Closed
Description
Environment
Windows build number: Version 10.0.18362.657
Windows Terminal version (if applicable): Commit ea1bb2e
Steps to reproduce
From a bash shell in conhost, execute the following command:
printf "\e[0;7mReverse\e[0;4mUnderline\e[m\n"
Expected behavior
It should display the first word with reversed video, and the second word underlined.
For example, here's what it looks like in mintty:
Actual behavior
The SGR 0
in the second sequence doesn't take effect, so the second word is both underlined and reversed.