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: Thomas Dickey
Subject: Re: lynx-dev lynx2.8.4dev.6.patch.gz
Date: Wed, 19 Jul 2000 05:31:41 -0400
User-agent: Mutt/1.2i

On Wed, Jul 19, 2000 at 12:24:17PM +0900, Atsuhito Kohda wrote:
> From: Thomas Dickey <address@hidden>
> Subject: lynx-dev lynx2.8.4dev.6.patch.gz
> Date: Mon, 17 Jul 2000 23:04:06 -0400
> 
> > 2000-07-17 (2.8.4dev.6)
> 
> I tested this version and found that the patch "multibyte characters 
> in status line" of Hataguchi-san was not included yet.
> 
> I would like to know
> 
> - is my guess right?
> - 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.
> 
> Best Regards,                 2000.7.19
> 
> --
>  Debian JP Developer - much more I18N of Debian
>  Atsuhito Kohda <address@hidden>
>  Department of Math., Tokushima Univ.
> 
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com

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

reply via email to

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