Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: strange xterm/vi/arrow_key behavior
- X-seq: zsh-users 772
- From: <hzoli@xxxxxxxxxxxx> (Zoltan T. Hidvegi)
- To: awheeler@xxxxxxxxxxxxxxxxx (Andrew Wheeler)
- Subject: Re: strange xterm/vi/arrow_key behavior
- Date: Thu, 27 Mar 1997 18:49:39 -0500 (EST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199703272325.QAA05827@xxxxxxxxxxxxxxxxx> from Andrew Wheeler at "Mar 27, 97 04:25:59 pm"
Andrew Wheeler wrote:
> using an xterm, the arrow keys work fine; however, if I 'vi' in that
> window and exit the arrow recall no longer works - I get a single
The ti termcap sequence changes the escape sequence sent by the arrow keys
on some terminals. Try echotc te, it may get your cursor keys working
again. In that case echotc ti will have the same effect as vi, ie. the
arrow keys will stop working after echotc ti. If that's the case, it is
really a vi bug, since vi should output the te sequence before exiting.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author