Some characters are not rendered at small font sizes #11376
Labels
Needs-Tag-Fix
Doesn't match tag requirements
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Windows Terminal version (or Windows build number)
1.10.2383.0
Other Software
tree v1.8.0 (inside a Debian WSL2 environment)
Steps to reproduce
Set the Font size to 8, and Font face to something like Consolas, or Liberation Mono.
Alternatively, set Font size to 9 and set Font face to Terminus (TTF) For Windows (my personal preference).
Run
tree
(or run
pass
or any other software that relies on it).Expected Behavior
You should see something like:
Actual Behavior
Instead, you'll see something like:
It took me a lot of testing to figure out that I needed to bump my font size up for these characters to render, since every font I tried wouldn't show it (although that was apparently just luck since some fonts do render the lines with varying degrees of success). I initially thought the colour was somehow matching the background, since the characters were present since I could copy them. Unfortunately, I find that increasing the font size to the required degree is not acceptable.
A more acceptable work-around is to define a shell function like so:
Of course it still looks more ugly than it should, but at least it shows something without affecting everything else.
If I
apt install terminator
and the Terminus fonts and run it under VcXsrv, it works perfectly.(Windows Terminal on the left, Terminator on the right)
The text was updated successfully, but these errors were encountered: