nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] Search history patch (Don't get excited yet! ...)


From: David Benbennick
Subject: Re: [Nano-devel] Search history patch (Don't get excited yet! ...)
Date: Sun, 7 Jul 2002 21:56:15 -0400
User-agent: Mutt/1.2.5i

On Thu, Jul 04, 2002 at 01:54:45AM +0100, Carl Drinkwater wrote:
> I've just spent ages trying to get the arrow keys to work to go forward
> and backwards through the history.  It's a nightmare, I don't think I've
> managed to even get close to getting them working - Can someone have a
> look and see if they can get them to work?

I can tell you why arrow keys don't work.  The problem is in
winio.c:nanogetstr().  It is designed to allow only control and meta
shortcuts.  Specifically, on line 315, the "kbinput < 32" means that the
arrow keys are not caught there.  Maybe it would work to simply take out
that "kbinput < 32".

Attachment: pgpdqApzk8p9C.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]