tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
169 stars 35 forks source link

Feature request: support Eat as terminal backend #145

Open berquist opened 10 months ago

berquist commented 10 months ago

Eat (https://codeberg.org/akib/emacs-eat) is a new terminal emulator package that brings the benefits of vterm over ansi-term while still being native (no dependency on an external compiled library). Snail supports it and it works well.

tpapp commented 10 months ago

Yes, it looks nice, a PR would be welcome. Just implement the 3 functions that each backend needs. You may want to wait for https://codeberg.org/akib/emacs-eat/issues/100 to get merged though.