Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 19:50:36 +0100
From:      "Steve O'Hara-Smith" <steveo@eircom.net>
To:        "Jonathan Belson" <jon@witchspace.com>
Cc:        mvh@ix.netcom.com, lnb@FreeBSDsystems.COM, questions@FreeBSD.ORG, stable@FreeBSD.ORG
Subject:   Re: strangeness with xterm
Message-ID:  <20010228195036.69735985.steveo@eircom.net>
In-Reply-To: <00a601c0a1a5$79d74240$650e850a@innovisiongroup.com>
References:  <01022703121505.44481@panda.FreeBSDsystems.COM> <20010228162928.0E005E6ACA@netcom1.netcom.com> <00a601c0a1a5$79d74240$650e850a@innovisiongroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Feb 2001 16:42:23 -0000
"Jonathan Belson" <jon@witchspace.com> wrote:
JB> >    seems to be linked to the up and down scrolling keys. When scrolling
JB> up, many
JB> >    times vi goes into insert mode and puts in an A and when scrolling
JB> down, it
JB> >    will put in B's and C's. Addtiionally, the number pad keys will not
JB> input

	This used to be a very common problem in curses on serial terminals
where the arrow and function keys generate escape sequences, in order to
detect an escape assuptions had to be made about the timing of the characters
when this went wrong the escape was seen and then the rest of the sequence 
appeared as typed input.

	Given that reset fixes it, there is probably something in the terminal
initialisation going astray. Which version of X and xterm are you using and
what is TERM set to ?

	Do you run the xterm with the login shell option set (-ls parameter
or loginShell set or equivalent). If so try commenting out the tset in your
.login and see if that helps.

-- 
Life is complex - it has real and imaginary parts.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010228195036.69735985.steveo>