lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.5dev.2 and UTF-8


From: Thomas Dickey
Subject: Re: lynx-dev lynx2.8.5dev.2 and UTF-8
Date: Sat, 29 Sep 2001 13:49:19 -0400
User-agent: Mutt/1.2.5i

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 <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

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

reply via email to

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