-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the last line of the "goals" output, _
are not visible
#896
Comments
I have setup my system to use "Fira Code" as my monospace font, and I think that is what vscodium uses. |
Fira Code has the underscores really low, as you can see in my screenhot. That's probably why it is more susceptible to being cut off at the bottom, if just last last pixel or two of the line are missing. |
This is vscodium on Linux. I checked the font settings and they are set to |
I have been able to reproduce this with |
|
I think I have tracked down the offending font: I can confirm that with this font the underscores are not displayed in Linux, but even with |
Ah you are right, |
Consider this code for example:
This produces output as follows on my system:
As you can see, in the last line the
_
are not visible, and look like spaces.Strangely, when I copy-paste that text it does contain the underscore. My guess is that the bottom few pixels of the output are truncated, cutting of the underscores.
The text was updated successfully, but these errors were encountered: