[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
- lynx-dev Re: bug? described on netbsd-help ml,
Webmaster Jim <=
- Re: lynx-dev Re: bug? described on netbsd-help ml, Thomas Dickey, 2002/08/29
- Re: lynx-dev Re: bug? described on netbsd-help ml, Glendon Gross, 2002/08/29
- Re: lynx-dev Re: bug? described on netbsd-help ml, Ulf H{rnhammar, 2002/08/29
- Re: lynx-dev Re: bug? described on netbsd-help ml, Thomas Dickey, 2002/08/29
- Re: lynx-dev Re: bug? described on netbsd-help ml, Frédéric L . W . Meunier, 2002/08/29
- Re: lynx-dev Re: bug? described on netbsd-help ml, Thomas Dickey, 2002/08/29
- Re: lynx-dev Re: bug? described on netbsd-help ml, Michael Warner, 2002/08/30
- Re: lynx-dev Re: bug? described on netbsd-help ml, Thomas Dickey, 2002/08/30
- Re: lynx-dev Re: bug? described on netbsd-help ml, Frédéric L . W . Meunier, 2002/08/30