Date: 29 Jul 2003 08:17:06 +0200 Message-Id: From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: (bdeck@lycos.co.uk) Subject: Re: djgpp & ncurses References: <3F21CE28 DOT 9E5CFDF8 AT mail DOT rosecom DOT ca> <3F257E91 DOT 2883F831 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "bdeck" > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 28 Jul 2003 23:12:37 +0200 > > > > I have wondered if poll could be implement as a wrapper for select. Have you > > thought about or tried that? > > > > I'd like to implement poll for the DJGPP 2.04 release, because it's part of > > the POSIX standard. > > I am not very familiar with the difference. I only know what DJGPP has and > what it doesn't. However, Thomas Dickey seemed to indicate that the > difference is quite significant, and that he has seen "many more successful > poll implementations (in reading multibyte keys w/ ncurses) than select > implementations". I don't see why Thomas would say that the difference is ``significant''. AFAICS, adding `poll' to DJGPP should be easy, either as a wrapper for `select', or as a separate module reusing most of the code in `select'. I think this would be a welcome addition.