spudlyo / clipetty

Manipulate the system (clip)board with (e)macs from a (tty)
GNU General Public License v3.0
167 stars 13 forks source link

Can't copy long text on Kitty #23

Closed toyboot4e closed 2 years ago

toyboot4e commented 3 years ago

I couldn't copy long text on Kitty, while I could do on iTerm. Is this related to #1? (Clipetty does not fully support Kitty's extended OSC 52 xterm protocol)

Example:

$ seq 0 10000 > long-file
$ emacs -nw long-file
$ # try to copy the whole buffer with `clipetty-kill-ring-save`

Thank you.

spudlyo commented 3 years ago

This is indeed a bug. It worked for me on iTerm2 and when I tried it in Kitty, it ended up spewing a bunch of garbage to my terminal and didn't put anything into the OS clipboard.

toyboot4e commented 2 years ago

Oh looks like already solved! (Thanks to Kitty update?)

clipetty is super comfortable, thanks ;)