isend-mode.el
isend-mode.el copied to clipboard
Add support for eat destination buffers
The eat terminal emulator is an emacs terminal emulator. It is written in pure elisp for portability, but is much faster than other emacs terminals written in elisp. Vterm
is faster, but not by a large margin.
This PR adds isend-mode
support for eat terminal buffers. Tested with eat
version 0.6 and emacs 30.0.50.
isend-mode
has some well-made infrastructure, this change was pretty simple to implement.
Now respects "Bracketed paste" mode.