In a recent note, Thomas Dickey said:
> Date: Sun, 11 Feb 2001 06:54:04 -0500
>
> probably the simplest thing to do is to suppress $LINES and $COLS on
> platforms where SIGWINCH and the related TIOCGSIZE/TIOCGWINSZ aren't defined.
> Where they are, it's likely that an application will manage to get the
> screensize correct, and you're contorting things to appease legacy apps.
>
This is already pretty well covered because any manipulation of LINES
and COLUMNS is conditional on:
#if defined(HAVE_NEWTERM)
#if ! defined(NCURSES) && ! defined(HAVE_RESIZETERM)
-- gil
--
StorageTek
INFORMATION made POWERFUL
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
- Re: lynx-dev lynx2.8.4dev.17 Thomas Dickey
- Re: lynx-dev lynx2.8.4dev.17 Thomas Dickey
- Re: lynx-dev lynx2.8.4dev.17 Thomas Dickey
- Re: lynx-dev lynx2.8.4dev.17 pg
- Re: lynx-dev lynx2.8.4dev.17 Thomas Dickey
- Re: lynx-dev lynx2.8.4dev.17 pg
- Re: lynx-dev lynx2.8.4dev.17 Thomas Dickey
- Re: lynx-dev lynx2.8.4dev.17 pg
- Re: lynx-dev lynx2.8.4dev.17 David Woolley
- Re: lynx-dev lynx2.8.4dev.17 Thomas Dickey
- Re: lynx-dev lynx2.8.4dev.17 pg
- Re: lynx-dev lynx2.8.4dev.17 Thomas Dickey
- Re: lynx-dev lynx2.8.4dev.17 Lloyd Rasmussen
- Re: lynx-dev lynx2.8.4dev.17 Doug Kaufman
- Re: lynx-dev lynx2.8.4dev.17 Patrick
- Re: lynx-dev lynx2.8.4dev.17 Matt Ackeret
- Re: lynx-dev lynx2.8.4dev.17 Thomas Dickey
