Date: Wed, 08 Aug 2001 22:07:17 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Mark E." Message-Id: <3405-Wed08Aug2001220716+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3B71406B.10414.373595@localhost> (snowball3@bigfoot.com) Subject: Re: TIOCGWINSZ References: <3B71097E DOT 12277 DOT 2BD5C6 AT localhost> <3B71406B DOT 10414 DOT 373595 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Mark E." > Date: Wed, 8 Aug 2001 13:36:43 -0400 > > The latest wrinkle: After the latest libc change, ncurses is now assuming > that SIGWINCH exists. Why does it assume that? What feature does it test to see if SIGWINCH is supported? > And Readline thinks TIOCSWINSZ exists if you have TIOCGWINSZ. I'll have to > send the maintainer a patch to drop this assumption. Isn't it easier to implement TIOCSWINSZ? ;-) _set_screen_lines already has all the machinery, and this might be the right opportunity to get it separated from the monstrous conio.c, so programs could call it without pulling in all the rest.