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]

Reply via email to