kakoune-smooth-scroll icon indicating copy to clipboard operation
kakoune-smooth-scroll copied to clipboard

A super hacky attempt at using $kak_command_fifo instead of a socket connection

Open Screwtapello opened this issue 3 years ago • 1 comments

This was my exploration for #14.

In practice it's a lot choppier than the original implementation, but using $kak_response_fifo to keep things in lockstep means scrolling still completes in the same (wall clock) time, just at a lower frame rate.

Screwtapello avatar Dec 08 '21 08:12 Screwtapello

Thanks, this looks like it simplifies a lot of code! Let me know if you have further comments on the long term experience; I will start using it as well to see how it performs.

caksoylar avatar Dec 09 '21 23:12 caksoylar