mistty
mistty copied to clipboard
Shell/Comint alternative with a fully functional terminal for Emacs 29.1 and later.
Hey, awesome package! I'm really enjoying it, but I'm a little confused about fullscreen mode. The documentation says > "MisTTY detects when a program such as less or vi asks...
Like [eat](https://codeberg.org/akib/emacs-eat)'s `eat-eshell-mode`, which AFAIU creates a temporary `eat` terminal on every `RET` in an `eshell` buffer (which invokes `eshell-send-input` by default). This would allow me to completely substitute `eat`...
When using mistty in Android emacs, I got garbage chars when using e.g. fish or nushell, but no garbage chars when using bash. It turned out that this was a...
Use of `read` under mistty does not correctly handle backspace: ``` {master !2 ?2} ~/projects/emacs candera@brightmoon $ read -p "Yes? " Yes? No, no^?^?^?no {master !2 ?2} ~/projects/emacs candera@brightmoon $...
Hi, thanks for your great terminal emulator! I added function to use `mistty` both in project and in other window. Thanks
For errors likely caused by user action, e.g. "no next input", you might want to consider using `user-error` instead of `error` to make commands that result in these errors less...
Thought I'd put this here in case someone else comes across it, but I noticed that if you're using evil, `evil-escape-key-sequence` will seriously mess with input for example for me...
Various tests fail for me on macOS with Emacs 31. mistty itself seems fine. One failure mode is mitty tests that look at the buffer list, e.g. `mistty-command-create-then-cycle`, choking on...
Atomic updates feature (also sometimes called synchronized updates) allows terminal programs to delay repaint by a short time so that the state of the terminal can atomically transition from one...