lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV strange behaviour ncurses-1.9.9g + any CJK character set


From: Leonid Pauzner
Subject: Re: LYNX-DEV strange behaviour ncurses-1.9.9g + any CJK character set
Date: Sun, 4 Jan 1998 03:11:58 +0300 (MSK)

>      * Subject: Re: LYNX-DEV strange behaviour ncurses-1.9.9g + any CJK
>        character set
>      * From: Hynek Med <address@hidden>
>      _________________________________________________________________
>
> On Sat, 3 Jan 1998, Ambrose Li wrote:
>
> > just noticed ac-0.105 and downloaded it. It (still) has the following
> > strange behaviour: if I go to "options" and change the "Character set"
> > to a CJK character set that would be internally treated as EUC (e.g.
> > big-5 or Korean, or EUC), the screen is not updated (until I tab to the
> > next link, in which case the line containing the link is updated).  This
> > strange behaviour does not exist if I choose the "transparent" character
> > set.
>
> I think the reason is that the sceen doesn't get updated after change of
> the Display Character set (or assumed character set for that matter).
> Until someone fixes that, don't forget to press ^R to refresh screen after
> any charset change..
>
> Hynek


There is a patch
X-URL: http://www.flora.org/lynx-dev/html/month1297/msg00468.html

     _________________________________________________________________

 Re: LYNX-DEV ac102: patch to fix missing screen update after charset changes
     _________________________________________________________________

     * To: Lynx Development List <address@hidden>
     * Subject: Re: LYNX-DEV ac102: patch to fix missing screen update
       after charset changes
     * From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <address@hidden>
     * Date: Sun, 21 Dec 1997 17:01:37 +0300 (MSK)
     * In-Reply-To:
       <address@hidden>
     * Reply-To: address@hidden
     * Sender: address@hidden
     _________________________________________________________________

On Sun, 21 Dec 1997, aIAeOAE pAOII* wrote:

> Screen not updated after two commands: '@' (RAW_TOGGLE) and 'o'+'^A'
> (assumed charset change) and this patch fix it. Maybe it is not optimized
> but works in the right way. First change in the patch inspired by Klaus
> Wiede answer, second is mine.

Please not apply previous variant, it cause coredump in some cases, here
is new revised variant:

*** src/LYMainLoop.c.orig       Mon Nov 24 22:17:20 1997
--- src/LYMainLoop.c    Sun Dec 21 15:35:47 1997
***************
*** 1948,1958 ****
                HTOutputFormat = WWW_SOURCE;
            }
            HEAD_request = HTLoadedDocumentIsHEAD();
!           if (real_cmd == LYK_RELOAD) {
!               HTuncache_current_document();
!           } else {
!               LYforce_no_cache = TRUE;
!           }
  #ifdef NO_ASSUME_SAME_DOC
            /*
             *  Don't assume the reloaded document will be the same. - FM
--- 1948,1954 ----
                HTOutputFormat = WWW_SOURCE;
            }
            HEAD_request = HTLoadedDocumentIsHEAD();
!           HTuncache_current_document();
  #ifdef NO_ASSUME_SAME_DOC
            /*
             *  Don't assume the reloaded document will be the same. - FM
***************
*** 3659,3664 ****
--- 3655,3661 ----
                        HTOutputFormat = WWW_SOURCE;
                    }
                    HEAD_request = HTLoadedDocumentIsHEAD();
+                   HTuncache_current_document();
  #ifdef NO_ASSUME_SAME_DOC
                    newdoc.line = 1;
                    newdoc.link = 0;


--
Andrey A. Chernov
<address@hidden>
http://www.nagual.pp.ru/~ache/
     _________________________________________________________________

   References:
     * LYNX-DEV ac102: patch to fix missing screen update after charset
       changes
          + From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <address@hidden>
     _________________________________________________________________

     * Prev: Re: LYNX-DEV Lynx installation problem
     * Next: LYNX-DEV ac102: patch to fix missing screen update after
       charset changes
     * Index(es):
          + Main
          + Thread
     _________________________________________________________________

   Lynx mailing list archives

   [FLORA HOME] [LYNX Home]

reply via email to

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