Foreground and background are inverted for certain characters #18249
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Author-Feedback
The original author of the issue/PR needs to come back and respond to something
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Windows Terminal version
1.22.3232.0
Windows build number
10.0.22631.0
Other Software
No response
Steps to reproduce
The Black Large Circle ⬤ (
0x2b24
) has inverted colors, e.g. printing both Black Circle ● (0x25cf
) and the large version in red via PowerShell:echo "$([char]0x001b)[31m●⬤$([char]0x001b)[0m"
(The explicit coloring is not necessary to show this, though my use case requires the color to indicate various statuses.)
Expected Behavior
In both cases the circle is red.
Actual Behavior
Only for the small circle is red, for the larger one, the background becomes red instead:
VS Code seems to do this as well in the editor 🤔
...but its terminal does not
The text was updated successfully, but these errors were encountered: