lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev lynx2.8.4dev.17


From: pg
Subject: Re: lynx-dev lynx2.8.4dev.17
Date: Sun, 11 Feb 2001 08:11:01 -0700 (MST)

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 address@hidden

reply via email to

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