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!
scroll-margin
in the buffer? – nanny Nov 19 '15 at 15:06(setq scroll-margin 0)
in config fixes the problem. Thanks! – vitvly Nov 19 '15 at 15:36unset-scroll-margin
function, but i'm not sure how to invoke it from.spacemacs
. – vitvly Nov 19 '15 at 15:39