-
Notifications
You must be signed in to change notification settings - Fork 304
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
SOH display, not happening with other fonts #491
Comments
@trygveaa Thank you for explaining it. |
philippnurullin
added a commit
that referenced
this issue
Sep 24, 2021
Removed in the latest push. Grab the files here https://github.com/JetBrains/JetBrainsMono/tree/master/fonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a bug using the font in a macOS terminal, inside an application (Panic's Nova), with a unicode character in my bash prompt.
It shows a 'SOH' (start of heading) written after the character, which doesn't happen in any other font I've tried, thus being something with the font and its characters - also happens with others besides this one.
Any idea why this might be happening?
Have the bash prompt defined like this:
PS1='\n\[\033[0;32m▲\[\033[00m \]\[\033[00;36m\W\]\[\033[00m:\] ';
The text was updated successfully, but these errors were encountered: