lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev "AUTO" appears in upper-left corner [2.8.3dev.5]


From: T.E.Dickey
Subject: Re: lynx-dev "AUTO" appears in upper-left corner [2.8.3dev.5]
Date: Sat, 14 Aug 1999 08:08:03 -0400 (EDT)

> 
> > > > I began seeing this with Hiroyuki Senshu's Lynx 2.8.2-26.  It either 
> > > > says  
> > > > Auto or Raw.  I think this might have to do with charset handling, 
> [...] 
> > > very distracting to me, and I hope it will be either discarded or  
> > > ifdefed under the SH_EX (? not sure of this) define for personal  
> > > preference stuff.  
> >  
> > it's part of the CJK extensions - see LYMainLoop.c around line 100. 
>  
> Moan!  LYMainLoop.c is so large already.  Would it be desirable/ 
> worthwhile to move most if not all of the CJK_EX specific functions 

most of the problems with LYMainLoop.c are due to the excessively long
main loop function (~6000 lines).  splitting that (and the similarly
long function in GridText.c iirc) would be a better use of time.

> to their own module, somewhat like WWW/Library/Implementation/HTCJK.h? 
> (Something I or others could work on slowly.) 

sure.

  > I did the hack to take the distracting AUTO/RAW/JIS etc. off of the 
> screen (appended).  Like other personal preference hacks it's at: 
>       http://www.irm.nara.kindai.ac.jp/lynxdev/hacks/xoutstr_kcode 
>         ^^^^ 
> __Henry  
>  
> *** lynx2-8-3/src/GridText.c.orig       Fri Aug 13 13:30:16 1999 
> --- lynx2-8-3/src/GridText.c    Fri Aug 13 13:31:55 1999 
> *************** 
> *** 1193,1201 **** 
>       } 
>       move(0, 0); 
>       clrtoeol(); 
> - #ifdef CJK_EX 
> -     addstr(str_kcode(last_kcode)); 
> - #endif 
>       if (text->top_of_screen > 0 && HText_hasToolbar(text)) { 
>         addch('#'); 
>       } 
> --- 1193,1198 ---- 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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