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.
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 witheat
version 0.6 and emacs 30.0.50.isend-mode
has some well-made infrastructure, this change was pretty simple to implement.