From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 8 Aug 2001 13:36:43 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: TIOCGWINSZ Message-ID: <3B71406B.10414.373595@localhost> References: <3B71097E DOT 12277 DOT 2BD5C6 AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > I'd say leave it disabled, but don't remove. That makes sense, so that's the way I did it. The latest wrinkle: After the latest libc change, ncurses is now assuming that SIGWINCH exists. But it can be disable use at configure time with '-- disable-sigwinch'. And Readline thinks TIOCSWINSZ exists if you have TIOCGWINSZ. I'll have to send the maintainer a patch to drop this assumption. Mark