lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev annoying blinking of lynx with ncurses


From: Hataguchi Takeshi
Subject: Re: lynx-dev annoying blinking of lynx with ncurses
Date: Sat, 20 Oct 2001 10:11:15 +0900 (JST)

On Thu, 18 Oct 2001, Atsuhito Kohda wrote:

> > I'm sorry that I couldn't understand what you wrote well...  Didn't
> > w3m run after pressing enter key? 
> 
> Yes, w3m run after pressing enter key.  However,
> 
> 1) lynx's popup window appeared to select external commands
> 2) pressed enter key
> 3) popup window disappered
> 4) lynx appeared again for a few seconds
> 5) then w3m ran
> 
> and I mean, at the stage 4) above, lynx displaied wrong
> characters.  Sorry for my poor explanation but I hope
> you can understand what I want to say.

Thanks for your explanation again. I finally know what you wrote.

I wrote an ad hoc patch for this problem.
Though this may not be applied main stream of Lynx,
I believe Thomas will write a better patch in the near future.

This is also for 2.8.5dev.2.
--
Takeshi Hataguchi
E-mail: address@hidden

%%% Created Sat Oct 20 09:57:28 JST 2001 by target lynx.patch. %%%
diff -bru orig/lynx2-8-5/src/HTAlert.c lynx2-8-5/src/HTAlert.c
--- orig/lynx2-8-5/src/HTAlert.c        Mon Jun  4 04:58:00 2001
+++ lynx2-8-5/src/HTAlert.c     Sat Oct 20 08:43:38 2001
@@ -106,6 +106,12 @@
     if (Msg && *Msg) {
        CTRACE((tfp, "User message: %s\n", Msg));
        LYstore_message(Msg);
+#ifndef USE_SLANG
+    if (HTCJK != NOCJK) {
+       clearok(curscr, TRUE);
+       LYrefresh();
+    }
+#endif
        LYSleepMsg();
     }
 }

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

reply via email to

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