From owner-freebsd-bugs Mon Dec 30 20:20:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA13810 for bugs-outgoing; Mon, 30 Dec 1996 20:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA13794; Mon, 30 Dec 1996 20:20:01 -0800 (PST) Date: Mon, 30 Dec 1996 20:20:01 -0800 (PST) Message-Id: <199612310420.UAA13794@freefall.freebsd.org> To: freebsd-bugs Cc: From: Nelson Fung Subject: Re: bin/2320: Trouble with using arrow keys to navigate in vi (FreeBSD 2.2-BETA) Reply-To: Nelson Fung Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/2320; it has been noted by GNATS. From: Nelson Fung To: Joerg Wunsch Cc: freebsd-gnats-submit@FreeBSD.org, Steve Price Subject: Re: bin/2320: Trouble with using arrow keys to navigate in vi (FreeBSD 2.2-BETA) Date: Tue, 31 Dec 1996 13:12:12 +0900 (JST) On Mon, 30 Dec 1996, J Wunsch wrote: > As nfung@typhoon.co.jp wrote: > > > Can't use arrow keys to move up/down in vi. Vi keeps inserting Bs or As > > when the up (or down) arrow keys are used. > > I've only seen this for two reasons: > > . your TERM variable is wrong (e.g. your .login or .cshrc foolishly > clobbers TERM to cons25, even if you are running an xterm), or No, I've checked to ensure TERM was set correctly. > > . over the network. I think the latter problem is a known one, something > with the (n?)curses library. > Yeah! Console works fine but rsh-ing, telnet-ing into the machine (whether it's Xterm or a vt100) over the network has problems. Is this (n?)curses thing being fixed before the release? Many Thanks for your help and Happy New Year! Nelson