Screen and VI

Chuck Swiger cswiger at mac.com
Sat May 24 15:24:43 PDT 2003


Stephan Weaver wrote:
> Anyone know why, while in screen if i move the cursor (arrow key on 
> keyboard) right i get the letter C ? (inside vi)

It's likely that your TERM isn't being set properly.  Try something like:

TERM=vt100
export TERM
eval `tset -sQ`

...or maybe try TERM=ansi.

-Chuck




More information about the freebsd-questions mailing list