lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev AIX 4.2.1 - lynx2.8


From: dickey
Subject: Re: lynx-dev AIX 4.2.1 - lynx2.8
Date: Tue, 27 Oct 1998 05:08:28 -0500 (EST)

> 
> I built Lynx2.8 for AIX, but I had to do the following to make it  
> compile with either gcc or cc. 

this was fixed right after 2.8; it is fixed in the current release.

The current version of lynx is 2.8.1
It's available at
        http://lynx.browser.org
        http://sol.slcc.edu/lynx/release

>  
> diff LYCurses.c.dist LYCurses.c 
>  
> 478c478 
> <     static int no_color_video = -1; 
> --- 
> >     static int foobaz = -1; 
> 489,490c489,490 
> <     if (no_color_video < 0) { 
> <             no_color_video = tigetnum("ncv"); 
> --- 
> >     if (foobaz < 0) { 
> >             foobaz = tigetnum("ncv"); 
> 492,493c492,493 
> <     if (no_color_video < 0) 
> <             no_color_video = 0; 
> --- 
> >     if (foobaz < 0) 
> >             foobaz = 0; 
> 505c505 
> <      * FIXME:  no_color_video isn't implemented (97/4/14) in ncurses 4.x, 
> --- 
> >      * FIXME:  foobaz isn't implemented (97/4/14) in ncurses 4.x, 
> 508c508 
> <     if ((Current_Attr & A_BOLD) && !(no_color_video & 33)) { 
> --- 
> >     if ((Current_Attr & A_BOLD) && !(foobaz & 33)) { 
> 512c512 
> <     if ((Current_Attr == A_UNDERLINE) && !(no_color_video & 2)) { 
> --- 
> >     if ((Current_Attr == A_UNDERLINE) && !(foobaz & 2)) { 
>  
> Regards, 
>  
> Mike 


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

reply via email to

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