lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev size_change code


From: dickey
Subject: Re: lynx-dev size_change code
Date: Tue, 9 Mar 1999 05:25:31 -0500 (EST)

> In other words, you need ^R, not just ^L. 
>  
> The first key (any key, not just ^L) after the change causes some 
> basic vertical readjustment (screen length, location of status line), 
> but not the necessary readjustment of line lengths.  That cannot 
> be done without reloading, because the cached rendered document 
> structure is specific to the line length. 
>  
> It seemed to work somewhat better with slang, but that may be only 
> because, after reducing the line length but before a reload, the lines 
> that are now too long are wrapped with slang but truncated with curses. 

Sounds close - but I think the other way is more likely: ncurse uses
wrapping in cases where slang simply writes the whole line without
optimization.  So increasing the width plays better with slang (though
it's slower of course).
  
>    Klaus 


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

reply via email to

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