lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Saner mouse in lynx with ncurses


From: dickey
Subject: Re: lynx-dev Saner mouse in lynx with ncurses
Date: Wed, 25 Nov 1998 05:33:17 -0500 (EST)

> 
> Amazingly enough address@hidden said: 
> > > On Sun, 22 Nov 1998, Ilya Zakharevich wrote:  
> > > >  #define REMOVE_KEY     269     /* 0x10D */  
> > > > -#define DO_NOTHING     270     /* 0x10E */  
> > > > +#define MOUSE_KEY      270     /* 0x10E */  
> > > > +#define DO_NOTHING     271     /* 0x10F */  
>  
> Just as a matter of programming style, would this not be better implemented 
> as an enum? 

maybe/maybe not - storing enum values as int's doesn't always work well
on older compilers (which Lynx builds on).  If I saw it as an enum, I'd
have to take that into consideration.
  
>        Mike Castle       Life is like a clock:  You can work constantly 

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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