lynx-dev
[Top][All Lists]
Advanced

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

[Lynx-dev] use_default_colors() on NetBSD curses with lynx-2.8.5


From: Julian Coleman
Subject: [Lynx-dev] use_default_colors() on NetBSD curses with lynx-2.8.5
Date: Sun, 14 Mar 2004 18:01:34 +0000
User-agent: Mutt/1.4.1i

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
address@hidden
http://mail.gnu.org/mailman/listinfo/lynx-dev

reply via email to

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