Text rendering is mal-functioned when using emacs in iTerm2
By xxue... on April 17, 2015 07:08 (imported from Google Code)
What steps will reproduce the problem?
- Install emacs using homebrew:
brew install emacs
- Open emacs in iTerm2:
emacs
- Open a file which has relatively complicated format, like this one: https://github.com/attm2x/m2x-arduino/blob/master/README.md
- Use `C-v to scroll pages in emacs
What is the expected output?
Emacs should be able to scroll through pages, the status line at the bottom should be rendered okay
What do you see instead?
The status line is rendered wrong, the texts are also not rendered correctly. Some texts which belong to previous page are not cleared out.
What version of iTerm2 are you using?
iTerm2 Build 2.0.0.20150412
What OS version are you using?
Mac OS X 10.10.3, but this problem has already been there since 10.9(I can't recall if it occurs earlier than that, sorry)
Please provide any additional information below.
If you open emacs as a Cocoa application, this problem won't occur, the problem will also be gone if I'm running emacs under the built-in Terminal of Mac OS X.

