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: Klaus Weide
Subject: Re: lynx-dev size_change code
Date: Tue, 9 Mar 1999 05:09:51 -0600 (CST)

On Tue, 9 Mar 1999 address@hidden wrote:

> > 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.

Sorry - yes you are right, it's the other way round from what I wrote.
Lines get wrapped with ncurses, but effectively truncated with slang.

> So increasing the width plays better with slang (though
> it's slower of course).

Slower or not shouldn't matter in our case, since none of this should
happen in the "normal" situation.  When lynx is in tune with the screen
width, it wraps or truncates lines before the excess characters get
to curses or slang.

   Klaus

reply via email to

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