[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] lynx2.8.6dev.12 -- CRASH on OSX 10.4.1
From: |
OpenMacNews |
Subject: |
Re: [Lynx-dev] lynx2.8.6dev.12 -- CRASH on OSX 10.4.1 |
Date: |
Fri, 03 Jun 2005 08:08:10 -0700 |
hi thomas,
I think you changed the wrong line.
of COURSE i did ! .... argh. :-S
like you said, long day ...
Here's what diff -u shows for the
suggested change:
mine (now):
diff -u src/LYCurses.c src/LYCurses.c.orig
--- src/LYCurses.c 2005-06-03 07:52:36.000000000 -0700
+++ src/LYCurses.c.orig 2005-06-03 07:51:56.000000000 -0700
@@ -1750,7 +1750,7 @@
const char *src,
size_t len)
{
-#if 0//def USE_CURSES_PADS
+#ifdef USE_CURSES_PADS
/*
* If we've configured to use pads for left/right scrolling, that can
* interfere with calls to this function that assume they're wrapping.
and ....
yup! that takes care of the CRASH/dump.
however, at first launch, i still get the dots-n-lines blinkig on a blue screen
...
good news is that it goes away after linking to a site -- i.e., back to my
shell defaults.
richard
Re: [Lynx-dev] lynx2.8.6dev.12 -- CRASH on OSX 10.4.1, Thomas Dickey, 2005/06/03