lynx-dev
[Top][All Lists]
Advanced

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

Re: Fwd: Re: lynx-dev color OFF does not work with slang (patch 2)


From: Thomas Dickey
Subject: Re: Fwd: Re: lynx-dev color OFF does not work with slang (patch 2)
Date: Fri, 29 Nov 2002 20:22:59 -0500
User-agent: Mutt/1.3.27i

On Fri, Nov 29, 2002 at 10:27:58AM -0800, Carlton Anderson wrote:
> --------------------->start of patch<--------------------
> Index: LYOptions.c
> ===================================================================
> RCS file: /usr/local/cvsroot/web/lynx2-8-5/src/LYOptions.c,v
> retrieving revision 1.1.1.1.4.1
> diff -r1.1.1.1.4.1 LYOptions.c
> 1249c1249,1251
> <               SLtt_Use_Ansi_Colors = (LYShowColor > 1 ? 1 : 0);

maybe/maybe not (this particular line hasn't changed from 2.8.3, so the
story may be more complicated).

> ---
> >         /* CA change: possible future bug fix for color under slang. */
> >               /* SLtt_Use_Ansi_Colors = (LYShowColor > 1 ? 1 : 0); */
> >               SLtt_Use_Ansi_Colors = (LYShowColor >= SHOW_COLOR_ON ? 1 : 
> > 0); 
> --------------------->end of patch<--------------------
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com


-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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