Simple solution, use xterm-vt220 or xterm-color instead. You can either create an alias for emacs or change your .screenrc file.
$ alias em='export TERM=xterm-vt220 && emacs -nw'
OR in your ~/.screenrc add,
term xterm-vt220
----------------------------------------------------------------
(1) You need to use Emacs 23 or above.
No comments:
Post a Comment