Hi, the screen.el in bzr is incomplete as it just tries to impersonate xterm. The screen terminfo description defines its own (different from e.g. xterm) key bindings. As you can see my solution makes use of the COLORTERM environment variable (as does xterm.el itself) and correctly specifies the key bindings. One question: According to term/README the key binding for END should be [end], but everyone else seems to specify [select] there (See comment below in screen.el). Which one is correct? M