[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev lynx2.8.4dev.17
From: |
Thomas Dickey |
Subject: |
Re: lynx-dev lynx2.8.4dev.17 |
Date: |
Sun, 11 Feb 2001 10:26:45 -0500 |
User-agent: |
Mutt/1.2.5i |
On Sun, Feb 11, 2001 at 08:11:01AM -0700, address@hidden wrote:
> 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)
That just says that ncurses doesn't need $LINES and $COLS. Do you really
need it for Solaris curses? (My recollection is that initscr on Solaris
would get the right screen size).
--
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- Re: lynx-dev lynx2.8.4dev.17, (continued)
- Re: lynx-dev lynx2.8.4dev.17, pg, 2001/02/10
- Re: lynx-dev lynx2.8.4dev.17, Thomas Dickey, 2001/02/10
- Re: lynx-dev lynx2.8.4dev.17, Thomas Dickey, 2001/02/10
- Re: lynx-dev lynx2.8.4dev.17, pg, 2001/02/10
- Re: lynx-dev lynx2.8.4dev.17, Thomas Dickey, 2001/02/10
- Re: lynx-dev lynx2.8.4dev.17, pg, 2001/02/10
- Re: lynx-dev lynx2.8.4dev.17, Thomas Dickey, 2001/02/10
- Re: lynx-dev lynx2.8.4dev.17, pg, 2001/02/10
- Re: lynx-dev lynx2.8.4dev.17, Thomas Dickey, 2001/02/11
- Re: lynx-dev lynx2.8.4dev.17, pg, 2001/02/11
- Re: lynx-dev lynx2.8.4dev.17,
Thomas Dickey <=
- Re: lynx-dev lynx2.8.4dev.17, pg, 2001/02/11
Re: lynx-dev lynx2.8.4dev.17, Matt Ackeret, 2001/02/12
Re: lynx-dev lynx2.8.4dev.17, Lloyd Rasmussen, 2001/02/11