I have one pet peeve with Lynx on NetBSD.... I often need to hit CTRL+C to escape when a site times out, after which I lose the cursor and can't see what I type. Is there another escape sequence I should be using, or is there a patch I need to install? Installing the latest ncurses and rebuilding lynx from the ports tree seems to have made no difference. Is this problem fixed in a newer version of lynx?
My lynx version and kernel version follows. Thanks, Glendon Gross Script started on Thu Aug 29 12:56:51 2002 gross@netbsd:~ > lynx -version Lynx Version 2.8.4rel.1 (17 Jul 2001) libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 0.9.5a Built on netbsd Aug 24 2002 14:13:25 Copyrights held by the University of Kansas, CERN, and other contributors. Distributed under the GNU General Public License. See http://lynx.browser.org/ and the online help for more information. See http://www.moxienet.com/lynx/ for information about SSL for Lynx. See http://www.openssl.org/ for information about OpenSSL. gross@netbsd:~ > uname -a NetBSD netbsd.xinetd.com 1.5ZA NetBSD 1.5ZA (CLONIX.NFS) #0: Wed Aug 28 17:16:19 PDT 2002 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/CLONIX.NFS i386 gross@netbsd:~ > exit exit Script done on Thu Aug 29 12:57:12 2002 On Thu, 29 Aug 2002, Webmaster Jim wrote: > [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 [EMAIL PROTECTED] > ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
