0

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:

  1. Command line never scrolls to the bottom, so that i always several empty lines in the bottom of the buffer.
  2. Command prompt has got weird 4m symbols prepended (UPDATE: per lunaryorn's comment, this got fixed by adding export TERM=xterm-256color to .zshrc. Previously echo $TERM yielded eterm).

Both issues are visible in the screenshot attached. Does anyone know how to address these?

enter image description here

Thanks!

vitvly
  • 201
  • 1
  • 5
  • You are right. Upvoting. Item #2 is fixed by the first comment to the question you've linked. Adjusting the question. – vitvly Nov 19 '15 at 14:26
  • 1
    The empty lines sound like scroll margin. Can you check the value of the variable scroll-margin in the buffer? – nanny Nov 19 '15 at 15:06
  • @nanny - you're right, setting (setq scroll-margin 0) in config fixes the problem. Thanks! – vitvly Nov 19 '15 at 15:36
  • There is also this commit that defines a unset-scroll-margin function, but i'm not sure how to invoke it from .spacemacs. – vitvly Nov 19 '15 at 15:39

0 Answers0