lynx-dev
[Top][All Lists]
Advanced

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

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


From: Thomas Dickey
Subject: Re: [Lynx-dev] use_default_colors() on NetBSD curses with lynx-2.8.5
Date: Sun, 21 Mar 2004 09:20:29 -0500
User-agent: Mutt/1.3.27i

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

Attachment: pgpOckADB6hJ5.pgp
Description: PGP signature

_______________________________________________
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]