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
4msymbols prepended (UPDATE: per lunaryorn's comment, this got fixed by addingexport TERM=xterm-256colorto.zshrc. Previouslyecho $TERMyieldedeterm).
Both issues are visible in the screenshot attached. Does anyone know how to address these?
Thanks!

scroll-marginin 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-marginfunction, but i'm not sure how to invoke it from.spacemacs. – vitvly Nov 19 '15 at 15:39