Date: Sat, 24 May 2003 18:24:41 -0400 From: Chuck Swiger <cswiger@mac.com> To: Stephan Weaver <stephanweaver@hotmail.com> Cc: questions@freebsd.org Subject: Re: Screen and VI Message-ID: <3ECFF129.8050001@mac.com> In-Reply-To: <Law9-F346KZmcK8r6be000112b1@hotmail.com> References: <Law9-F346KZmcK8r6be000112b1@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ECFF129.8050001>