Kovid Goyal
Kovid Goyal
On Tue, Jan 23, 2024 at 09:54:16PM -0800, Carlos Esparza wrote: > I'm seeing pretty high idle cpu usage on my build of this branch. It constantly hovers around 3-4%...
A further 5% improvement in the benchmark with https://github.com/kovidgoyal/kitty/commit/f1d70622af7d97ace534336d714cefbf604914ba
On Thu, Feb 01, 2024 at 07:33:44PM -0800, Carlos Esparza wrote: > Here's a bug: write just "⚠️" into a text file. Then opening the file with vim (9.0) or...
Should be fixed by: https://github.com/kovidgoyal/kitty/commit/e1e932e56b0cddac336ceac00298bbf7b8c408a7
On Sun, Feb 11, 2024 at 01:45:53AM -0800, Erik Olofsson wrote: > https://github.com/kovidgoyal/kitty/commit/40e8ade9a2f5140a124ceda76f207ee3ef9f9103 causes my bash to not load the profile. Dont see how that's possible unless you have KITTY_RUNNING_BASH_INTEGRATION_TEST...
This will be a limitation of CoreText, which is used for fallback on macOS. You can fix it by defining symbol_map in kitty.conf as described in the FAQ https://sw.kovidgoyal.net/kitty/faq/#kitty-is-not-able-to-use-my-favorite-font It...
master now correctly applies bold and italics to fallback fonts. My diagnosis of this issue was likely incorrect to start with, as before my latest fix kitty did not use...
If you expect to have this merged, it needs to work robustly, which means dealing with release events as well. The kitty keyboard protocol is getting more and more widespread...
You have to record and play back modifier key events as well, currently they are excluded in keys.c Also you cant use the w pointer after calling process_sequence, since that...