lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.4dev.6.patch.gz


From: Henry Nelson
Subject: Re: lynx-dev lynx2.8.4dev.6.patch.gz
Date: Thu, 3 Aug 2000 11:38:46 +0900 (JST)

> > - will the patch of Hataguchi-san be included in dev.7 or so?
> 
> I overlooked it (I see that it is still in my to-do file, dated 24 June,
> but did not notice it):
> 
> diff -bru orig/lynx2-8-4/src/LYUtils.c lynx2-8-4/src/LYUtils.c
> --- orig/lynx2-8-4/src/LYUtils.c        Sat Jun 24 00:15:08 2000
> +++ lynx2-8-4/src/LYUtils.c     Sat Jul  8 16:50:08 2000
> @@ -2066,7 +2066,12 @@
> 
>      if (text != NULL && text[0] != '\0') {
>  #ifdef HAVE_UTF8_STATUSLINES
> -       if (LYCharSet_UC[current_char_set].enc == UCT_ENC_UTF8) {
> +       if ((LYCharSet_UC[current_char_set].enc == UCT_ENC_UTF8) ||
> +           (HTCJK != NOCJK)) {
> +           refresh();
> +       }
> +#else
> +       if (HTCJK != NOCJK) {
>             refresh();
>         }
>  #endif /* HAVE_UTF8_STATUSLINES */
> 
>  
> > I found the patch of Hataguchi-san very effective so I strongly 
> > wish that the patch is adopted as soon as possible.

I don't know.  It has a bad side-effect of making the status line
blink in the case of those that are updated steadily, like the byte
counter on a download status line.  The blinking is very unpleasant.

__Henry

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

reply via email to

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