On Sun, 5 Mar 2000, Duncan Simpson wrote:
> If we are going to have a re-render patch could I put in for an option to
> re-render things when priting the page, which would help people like me, that
> use a window quite a lot wider than my paper supports for browsing? Ideally
> SIGWINCH would re-render the current page too (so when I re-size my xterm
> things work nicely :-)
For that second part (re: SIGWINCH), try the following combination:
(1) enable SOURCE_CACHE (set it to MEMORY or FILE in lynx.cfg)
(2) set NONRESTARTING_SIGWINCH to TRUE (or use equivalent command line
option)
Now resize your xterm while viewing a HTML document with a "http:" URL.
Lynx may have to be compiled with (n)curses, for (2) to make a difference.
Let us know what you find.
Klaus