On Wed, 29 Mar 2000, Klaus Weide wrote:
> On Wed, 29 Mar 2000, Vlad Harchev wrote:
> > Seems the following could be considered a bug: lynx treats SIGWINCH only if
> > run in xterm or under X Window (as I understand) - but shouldn't it do this
> > in console too (this could happen if user invoked SVGATextMode in linux to
> > change screen size)?
>
> Works fine for me.
> Of course, lynx can handle SIGWINCH only if it gets it in the first
> place. Does it, in your case?
I further researched and found that it works fine for me. The problem I seen
was caused by not emitting SIGWINCH (XFree restores textmode that was when it
was started, changing textmode behind XFree's back, switching to XFree and
back causes restoring original textmode without sending SIGWINCH to any
process - this is the "feature" of XFree - and I mistakenly considered the
behaviour of lynx not received this signal as problem with lynx ("not
handling SIGWINCH if run not under X Window")).
Sorry for confusion.
>
> Klaus
>
Best regards,
-Vlad