Skip to content
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

Closed
joao opened this issue Sep 2, 2021 · 3 comments
Closed

SOH display, not happening with other fonts #491

joao opened this issue Sep 2, 2021 · 3 comments

Comments

@joao
Copy link

joao commented Sep 2, 2021

Have a bug using the font in a macOS terminal, inside an application (Panic's Nova), with a unicode character in my bash prompt.

screenshot 2021-09-02 at 15 03 16

screenshot 2021-09-02 at 15 13 22

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:\] ';

@trygveaa
Copy link

trygveaa commented Sep 2, 2021

Probably caused by #241. I always found it strange that control characters were added to the font.

#476 is a similar issue for some of the other control characters.

@joao
Copy link
Author

joao commented Sep 2, 2021

@trygveaa Thank you for explaining it.
Hope it gets removed in a future version, as in the issues you linked it indicates there isn't any way to disable it.

philippnurullin added a commit that referenced this issue Sep 24, 2021
- Removed conflicting unicode from Control Codes #491
- Remade the Control Codes from scratch. Made them bigger.
- Remade the ‚ „ “ ” ‘ ’ for better recognition #237 #489
- Added new ligatures {{ }} {!-- {{-- --}} {!! !!} #359
@philippnurullin
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants