On Tue, Sep 25, 2001 at 09:23:40AM +0200, Karl Eichwalder wrote:
> Strange, it looks as if my mail didn't make it through the first time.
> I hope this report is helpful.
>
odd (this should have surfaced before). Here's a fix for the first problem:
--- src/LYCurses.c.orig Wed Aug 15 18:23:14 2001
+++ src/LYCurses.c Sat Sep 29 13:40:07 2001
@@ -1595,7 +1595,7 @@
PUBLIC void LYtouchline ARGS1(
int, row)
{
-#if defined(HAVE_WREDRAWLN)
+#if defined(HAVE_WREDRAWLN) && !defined(NCURSES_VERSION)
wredrawln(LYwin, row, 1);
#else
#if defined(HAVE_TOUCHLINE)
> And call 'lynx' (enable UTF-8 via the option menu!):
>
> ~/Projects/lynx2-8-5/lynx -cfg ~/Projects/lynx-2.8.4.pre3/lynx.cfg \
> http://www.heise.de/newsticker/
>
> Page down using TAB or the "Arrow down" key. At the moment it segfaults
> before lynx pages down the first time.
>
> Another bug: lynx often blinks (= redraws the complete window?); prior
> versions don't show this behavior.
>
> If you'll need more info, please ask.
I think I need more info for the latter problem
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]