lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev 2.8.2dev.16 patch 1 - Keys, tab changes


From: Klaus Weide
Subject: Re: lynx-dev 2.8.2dev.16 patch 1 - Keys, tab changes
Date: Sun, 14 Feb 1999 20:13:29 -0600 (CST)

On Sun, 14 Feb 1999, Doug Kaufman wrote:

> On Sun, 14 Feb 1999, Klaus Weide wrote:
> 
> > Note that the value 0x10F has "accidentally" already the same meaning 
> > in one of the DOS versions, according to one of the docs/*.key tables.
> 
> Since K_BackTab in DJGPP is already at 0x10F, why the special handling
> in LYStrings.c. Is this in case BACKTAB_KEY changes its value?  Wouldn't
> it be easier to just remove these lines?
>  
> > +   case K_BackTab:            /* BackTab */
> > +      c = BACKTAB_KEY;
> > +      break;

You are right - it was just "easier" for me to change one line than to
delete three of them. :)  Actually, I didn't verify that those three
lines apply exactly to the case where 0x10F already is the backtab code,
so it seemed safer to make it explicit.

Although "in case it changes" may be a valid reason to keep it, that's
up to you.

   Klaus

reply via email to

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