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 <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
