On Sun, Mar 14, 2004 at 06:01:34PM +0000, Julian Coleman wrote: > NetBSD curses has use_default_colors() but it is not picked up even if the > --enable-default-colors argument is given to the configure script for lynx > 2.8.5. The following patch enables it. However, I'm not sure if it would > be better to change the use_dft_colors logic to just enable it if it exists > and if the --enable-default-colors argument is given.
This is simpler (the check for use_default_colors() is further along in the script, and moving the check would be a bigger impact). The intent of this slice was to avoid using the --enable-default-colors option for Solaris curses, etc., > ---8<---------------------------- Cut here ---------------------------->8--- > --- configure.orig 2004-02-04 12:07:09.000000000 +0000 > +++ configure 2004-03-05 11:45:35.000000000 +0000 > @@ -12836,3 +12836,3 @@ > case $cf_cv_screen in > -slang|ncurses*) > +curses|slang|ncurses*) > use_dft_colors=maybe > ---8<---------------------------- Cut here ---------------------------->8--- -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
pgp00000.pgp
Description: PGP signature
_______________________________________________ Lynx-dev mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lynx-dev
