[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV resize bug in lynx on SunOS
From: |
T.E.Dickey |
Subject: |
Re: LYNX-DEV resize bug in lynx on SunOS |
Date: |
Thu, 6 Nov 1997 05:35:25 -0500 (EST) |
> if (first_time) {
> /*
> * If we're not VMS then only do initsrc() one time,
> * and one time only!
> */
> if (initscr() == NULL) { /* start curses */
> [...]
>
> If that were changed to be more like what is being done for
> VMS curses and slang, I suspect it would work better, but Lou was
> adament about that, as the comment indicates, so I was never
> motivated to change it.
with good reason. some older initscr's will dump core if they're called a
second time. (besides, the XSI spec states that portable applications won't
do that, anyway).
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;