lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Re: bug? described on netbsd-help ml


From: Webmaster Jim
Subject: lynx-dev Re: bug? described on netbsd-help ml
Date: Thu, 29 Aug 2002 15:06:19 -0400

[Following up to a thread from a few days back]

I haven't seen the patch posted to this list yet, so in case it's
needed, here's what the NetBSD package system has now:

====
$NetBSD: patch-ab,v 1.4 2002/08/25 21:52:17 jlam Exp $

--- src/LYCurses.c.orig Wed Aug 21 21:16:48 2002
+++ src/LYCurses.c
@@ -564,9 +564,7 @@ PUBLIC void curses_style ARGS2(
 }
 #endif /* USE_COLOR_STYLE */
 
-#ifndef USE_SLANG
 PRIVATE BOOL lynx_called_initscr = FALSE;
-#endif
 
 #if defined(HAVE_USE_DEFAULT_COLORS) && defined(USE_DEFAULT_COLORS)
 /*
@@ -1274,7 +1272,7 @@ PUBLIC void stop_curses NOARGS
        lynx_nl2crlf(TRUE);
        lynx_enable_mouse (0);
 #if (!defined(WIN_EX) || defined(__CYGWIN__))  /* @@@ */
-       if(LYscreen) {
+       if(LYscreen || lynx_called_initscr) {
            endwin();   /* stop curses */
            LYDELSCR();
        }
====

------
<http://www.cs.indiana.edu/picons/db/users/net/bcpl/jspath/face.xbm>
<http://www.altavista.com/cgi-bin/query?q=%22web+home+for+jim+spath%22>
<http://www.google.com/search?q=web+home+for+jim+spath>
Marvin the Paranoid Android says:
I really don't know why you bother.

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

reply via email to

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