I'm using Spacemacs and multi-term on OS X 10.11. Preferred shell in zsh with oh-my-zsh installed.
In the Spacemacs shell window, there are two weird UI issues:
- Command line never scrolls to the bottom, so that i always several empty lines in the bottom of the buffer.
- Command prompt has got weird
4m
symbols prepended (UPDATE: per lunaryorn's comment, this got fixed by addingexport TERM=xterm-256color
to.zshrc
. Previouslyecho $TERM
yieldedeterm
).
Both issues are visible in the screenshot attached. Does anyone know how to address these?
Thanks!