isend-mode.el icon indicating copy to clipboard operation
isend-mode.el copied to clipboard

Add support for eat destination buffers

Open PhDyellow opened this issue 1 year ago • 1 comments

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.

PhDyellow avatar Apr 29 '23 04:04 PhDyellow

Now respects "Bracketed paste" mode.

PhDyellow avatar Jun 21 '23 00:06 PhDyellow