Results 102 comments of Yuri Khan

Additionally/alternatively, it would be nice if `company-box--render-buffer` called a hook at the end, so that the user could set `line-spacing` to `nil` specifically for the company-box buffer.

@stardiviner Are you sure you don’t have a stale .elc lying somewhere around?

Icons are a different issue. Feel free to take it.

There is no need to unbind, and no need for a kernel module, if you go through hidraw, or, a level higher, through libhidapi-hidraw. As a proof of concept, I...

Not currently. I normally move to the beginning with arrows or Home, and then Shift+End. Other times, I need the whole line with the newline included, so Shift+↓ works. How...

If you want vim maybe you could use the real thing as described in https://github.com/kovidgoyal/kitty/issues/719#issuecomment-952039731.

I should research that sometime. Or if you know how to fix it, a pull request will be welcome.

Yeah, I guess it was either the newlines or having to implement wrapping. This needs further research.

No, that won’t fly at all. In Midnight Commander and many other full-screen terminal applications, each line has as many characters as the window width. Also, some characters occupy more...

Oof. Excuse me, I need to test that over the weekend and maybe read some Kitty code to see if a better way is possible. But the concept seems sane...