lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev PATCH for lynx with PDCURSES


From: Thomas Dickey
Subject: Re: lynx-dev PATCH for lynx with PDCURSES
Date: Sun, 24 Nov 2002 19:02:13 -0500
User-agent: Mutt/1.3.27i

On Sat, Nov 23, 2002 at 08:06:16PM -0800, Doug Kaufman wrote:
> I finally compiled the DJGPP port of lynx with color style. The
> previous patch for PDCURSES fixed color handling without color style,
> but a similar problem arose with color style. I think that this fixes
> it.

something like that.  I was expecting to work on this part, but got bogged
down in LP's changes.  After juggling some other stuff around, I've got
lynx back at the top of my list, but will be out of town a few days this
week.

>                         Doug
> 
> --- lynx2.8.5dev.9/lynx2-8-5/src/LYStyle.c.orig       2002-10-06 
> 16:43:28.000000000 -0800
> +++ lynx2.8.5dev.9/lynx2-8-5/src/LYStyle.c    2002-11-23 19:25:56.000000000 
> -0800
> @@ -192,7 +192,9 @@
> 
>       if (fA < MAX_COLOR
>        && bA < MAX_COLOR
> +#ifndef PDCURSES
>        && (fA != default_fg || bA != default_bg)
> +#endif /* PDCURSES */
>        && curPair < 255) {
>           if (our_pairs[iBold][iBlink][iFg][iBg] != 0) {
>               curPair = our_pairs[iBold][iBlink][iFg][iBg];
> 
> __
> Doug Kaufman
> Internet: address@hidden
> 
> 
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

-- 
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]