Open wyuenho opened 3 years ago
Related: backspace also doesn't work on bash 5
Ok this issue seems to have gone away by itself.
Sorry this is still happening, but it seems to be specific to machine. I'll need to dig deeper into why this doesn't happen on my personal machine but it's happening on my work machine, both using the same configs.
This is tested on emacs 28 and macOS Big Sur running Macport's bash 5.1.
Reproduction:
(setf vterm-shell "/path/to/bash5") ;; on macports it's /opt/local/bin/bash
M-x vterm
M-x
to focus on the minibufferC-g
to focus back to the vterm. Now the prompt has been redrawn twice on a new lines and indented.Workaround:
These problems go away when I set
vterm-shell
to the system's default bash 3 executable.