some glyphs display strangely only in kitty #8468
Replies: 5 comments 3 replies
-
Use narrow symbols, https://sw.kovidgoyal.net/kitty/faq/ |
Beta Was this translation helpful? Give feedback.
-
Powerline is just a set of glyphs. What glyphs you use in your prompt is
up to you, not kitty.
I cant tell from your screenshot what those glyphs are. I am assuming
they are:
U+25D6 or U+E0B6
and
U+25D7 or U+E0B4
In kitty version 0.40.1 both sets are rendered as a filled D character
occupying and filling exactly one cell. This is the correct rendering for them.
From your screenshot it looks like they are occupying more than one cell
for you which is why I initially suggested narrow_symbols, but if they are the
filled D characters then they always occupy only one cell. Any terminal
that renders them as anything else is rendering them incorrectly.
|
Beta Was this translation helpful? Give feedback.
-
I have confirmed they are definitely
Again, Regardless, it sounds like the conclusion is that to display in kitty like it is in the other terminals, I would have to patch the font somehow, is that correct? |
Beta Was this translation helpful? Give feedback.
-
The correct block character to use is U+2588 not U+25ae
U+25ae is not a block drawing character. It's a geometric shape
character.
|
Beta Was this translation helpful? Give feedback.
-
Alright, I have done some digging through character maps and descriptions online and it seems there are confusing differences of opinion about these characters. However, most places do seem to describe them has some kind of "block drawing" character, so I do think it's reasonable for kitty to display them this way even though the other terminals do not. What I want is the smaller symbols, as in the other terminals. Frustratingly, there don't seem to be any other filled half lozenge shapes like this anywhere in the whole character map. I think probably what I should do is either use My conclusion from this experience is that I hate fonts 😅 Anyway, thanks for your help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Some glyphs are displaying strangely in kitty. I can't reproduce the issue in any other terminal. I tried to fix this by setting various font features but it doesn't seem to work.
Here is the expected output (in

rio
, but it looks the same also inwezterm
,alacritty
)But here is what it looks like in kitty:

Anyone have any idea how I can get it to look like it does in other terminals? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions