-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
Area-FontsRelated to the fontRelated to the fontArea-VTVirtual Terminal sequence supportVirtual Terminal sequence supportHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
Escape sequences to set fonts and their attributes are ignored, instead they are displayed as raw
Terminals support escape sequences to alter the fonts. Windows Terminal at the moment only support basic colors and reverse colors
This is linked to #109 #2916 #5461 #5462 #6703 and #6205 as currently most of the VTE52 font attributes are not supported.
Full support can be tested with:
https://github.com/csdvrx/sixel-testsuite/ansi-vte52.sh
Expected output:
https://github.com/csdvrx/sixel-testsuite/blob/master/test-passed-part1.jpg
It would be desirable to support all mintty font attributes, including support for alternative fonts, using ECMA-48 SGR codes. This would be linked to #1163 for usecases like CJK.
Mintty patch implementing this is on mintty/mintty@1250829
This allows sequences like:
echo "\e[12mVery thin font\e[0m"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-FontsRelated to the fontRelated to the fontArea-VTVirtual Terminal sequence supportVirtual Terminal sequence supportHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
