zsh-workers
 help / color / mirror / code / Atom feed
* Re: PATCH: Re: History Up key
       [not found] <000601c0aae0$efafb580$21c9ca95@mow.siemens.ru>
@ 2001-03-12 12:07 ` Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2001-03-12 12:07 UTC (permalink / raw)
  To: Zsh hackers list

(I've shifted this to zsh-workers.)

Andrej wrote:
> It's not worse than it was in 3.0.x - but why not use termcap/terminfo to
> find
> esc for arrow keys? After all, not everybody is using vt100 (but I admit,
> that real terminals now-a-days are probably something very exotic). It
> will make these default bindings more useful.

One problem is with the fact that with there are certain circumstances
where you can't rely on just \e[A, or just \eOA, or whatever termcap
reports, but may need the other one, due to strange keypad modes.  But
there's nothing in principle to stop us using both these two and whatever
we get from termcap; or maybe looking to see if we got \e[A and also
binding \eOA and vice versa.

I think Zefram had some reservations about binding to the arbitrary strings
you might get from termcap.  But maybe these have been resolved.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-12 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <000601c0aae0$efafb580$21c9ca95@mow.siemens.ru>
2001-03-12 12:07 ` PATCH: Re: History Up key Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).