Italics look awkward and are hard to read (possibly different font entirely?) #10231
Labels
Area-Fonts
Related to the font
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Resolution-By-Design
It's supposed to be this way. Sometimes for compatibility reasons.
Resolution-External
For issues that are outside this codebase
Milestone
Windows Terminal version (or Windows build number)
1.9.1445.0
Other Software
In this case Debian 10 in WSL1, bash 5.0.3, ncurses 6.1+20181013-2+deb10u2
I don't think it matters.
Steps to reproduce
Set font to Cascadia Code or Mono (which, as I understand it, is the default and recommended font?)
Inside bash (or fish) run:
This shows the a line with the text "italic" in italic, and a line that says "normal" in non-italic.
(
\e[3m
is xterm's "enter_italics_mode" and\e(B\e[m
is exit_attribute_mode)Expected Behavior
Italic font is essentially the same as the normal font and readable.
Actual Behavior
Italic font is distracting and hard to read.
This is mainly an issue for me because my emacs configuration renders comments in italic, so it's hard to read the comments.
The text was updated successfully, but these errors were encountered: