Kovid Goyal

Results 343 comments of Kovid Goyal
trafficstars

As I said before, I am happy to discuss good faith proposals to improve the graphics protocol. I will not however abide FUD. If you (and I mean the generic...

And for reference, here is how to use shared memory in windows: https://docs.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory from a quick read it is sufficiently similar to POSIX shared memory to be useable unchanged in...

Yes, indeed, I would like to hear from the alacritty maintainers if they allow this kind of baseless personal attack in their community, and request that Jonathan Wren be banned...

FYI I implemented support for IME via IBUS on X11/wayland in my glfw fork.

cell width is calculated based on the metrics from the base font. No alternate faces are consulted *at all*. It is expected that italic and bold faces will fit within...

No not quite. In kitty text is not laid out in lines but cells, per character.. And for italic characters, empty columns on either side of the character are trimmed...

FYI, kitty does not set any such environment variable, easily verified by grepping the kitty surce for TERMINAL. In general, env vars are not a reliable way to do terminal...

Just FYI, you dont have to use the kitten, it uses a standard escape code to do its work. You can produce and consume that yourself, without relying on the...

No idea, I avoid shell, since python exists on all systems I care about. It's trivial to do in python.

You dont actually need the timeout, you can use the same strategy as described here: https://sw.kovidgoyal.net/kitty/graphics-protocol.html#querying-support-and-available-transmission-mediums i.e. send the query escape code and also a more widely supported one that...