Kovid Goyal
Kovid Goyal
https://github.com/kovidgoyal/kitty/issues/4878#issuecomment-1134259604
Nowadays kitty themes are managed in https://github.com/kovidgoyal/kitty-themes
https://github.com/kovidgoyal/kitty/issues/2449
It was released a while ago.
You click on a commit in github and it will tell you which release it first appeared in.
Then its not the same issue.
See https://sw.kovidgoyal.net/kitty/faq.html#some-special-symbols-are-rendered-small-truncated-in-kitty
First of, dont use them in a shell. Shells are full of unicode handling bugs. Instead run cat and see if the issue reproduces there, if so let me know...
There is no wcswidth of the completed form, since in general the completed form is not a unicode codepoint but an arbitrary glyph. Also if a terminal application print fl...
I dont think that's possible. In kitty character images per cell (or multipe cells for a ligature) are stored on the GPU and rendered directly for each cell. You can...