-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Variation selector U+FE0F rendered as a space #8103
Comments
I guess this may be related to 3810? |
For some background - this is an issue for me in flow because these code points are returned in diagnostic messages from an LSP and I do not define them myself. I could sanitize them from the messages, but that would be a kitty specific workaround (my very first!) because they display correctly everywhere else. |
Yes, you are correct, it's a regression. It renders fine in 0.37.0. I've just double checked the latest I also checked the |
Describe the bug
Kitty renders the follow code point sequence as a no entry sign followed by a space:
This takes three columns in kitty. Every other terminal renders this in two columns.
To Reproduce
Environment details
Additional context
I also tried
kitty --config NONE
and switching toen_US.UTF-8
, but this did not make a difference.The text was updated successfully, but these errors were encountered: