lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.4dev.16 [PATCH]


From: pg
Subject: Re: lynx-dev lynx2.8.4dev.16 [PATCH]
Date: Mon, 1 Jan 2001 23:33:53 -0700 (MST)

In a recent note, Thomas Dickey said:

> Date: Mon, 1 Jan 2001 20:57:06 -0500
> 
> 2001-01-01 (2.8.4dev.16)
> * use C preprocessor at build-time to replace CF_EBCDIC configure macro -PG

That was quick!  How many systems did you test it on?  :-)

> * add configure check for delscreen(), which is not available in some older
>   SVr3 curses libraries -TD

This seems to break window resizing on Solaris and OS/390 with old-fashioned
curses.  I believe it needs a patch (attached).

-- gil
-- 
StorageTek
INFORMATION made POWERFUL
########################################################################
%%% Created Mon Jan  1 23:30:02 MST 2001 by target lynx.patch. %%%
diff -bru orig/lynx2-8-4/config.hin lynx2-8-4/config.hin
--- orig/lynx2-8-4/config.hin   Mon Jan  1 18:39:50 2001
+++ lynx2-8-4/config.hin        Mon Jan  1 23:22:52 2001
@@ -59,6 +59,7 @@
 #undef HAVE_CUSERID
 #undef HAVE_DCGETTEXT          /* defined by AM_GNU_GETTEXT */
 #undef HAVE_DEFINE_KEY
+#undef HAVE_DELSCREEN          /* defined by CF_CURSES_FUNCS  */
 #undef HAVE_DIRENT_H           /* defined by AC_HEADER_DIRENT */
 #undef HAVE_FCNTL_H            /* have <fcntl.h> */
 #undef HAVE_FTIME

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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