This patch is no good: --- ../src/lycurses.c 2006-05-30 00:44:54 +0200 +++ ./src/lycurses.c 2006-09-01 01:37:52 +0200 @@ -80,11 +80,11 @@ #endif
#if defined(USE_COLOR_TABLE) || defined(USE_SLANG) -int Current_Attr, Masked_Attr; +static int Current_Attr, Masked_Attr; #endif Current_Attr is needed in the addch_raw() macro used in GridText. Please revert top the previous version where Current_Attr is declared in LYcurses.h --gv _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
