nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [Fwd: Re: F2 key causing filename problem]


From: David Benbennick
Subject: Re: [Nano-devel] [Fwd: Re: F2 key causing filename problem]
Date: Fri, 18 Oct 2002 16:57:25 -0400
User-agent: Mutt/1.2.5.1i

On Fri, Oct 18, 2002 at 12:57:38PM -0400, Rocco Corsi wrote:
> following and would like't to get your feedback on the behavior I saw.
>
> - start nano without a file
> - press CTRL-o
> - press F2 a few times


When you type F2, getch() returns 266.  Perhaps winio.c:nanogetstr()
should be ignoring >255 values.  Anyway, it gets converted to char '\n',
which displays as a blank line.  The big patch at
www.math.cornell.edu/~dbenbenn/nano/piece1.2.patch makes these '\n's
display as ^@ instead, which is slightly better.

Attachment: pgpyioAJJUwop.pgp
Description: PGP signature


reply via email to

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