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.
J
---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---
--
My other computer also runs NetBSD / Sailing at Newbiggin
http://www.netbsd.org/ / http://www.newbigginsailingclub.org/
_______________________________________________
Lynx-dev mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lynx-dev