Date: Sun, 26 May 1996 08:58:06 +0200 (IST) From: Eli Zaretskii To: dan AT math DOT uiuc DOT edu Cc: djgpp AT delorie DOT com Subject: Re: tcgetattr, tcsetattr in djgpp v2 ? In-Reply-To: <4o2g3v$drb@vixen.cso.uiuc.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 May 1996, Dan Grayson wrote: > include/termios.h advertises the presence of functions tcgetattr and > tcsetattr, but they don't seem to appear in the libraries. Has anyone else > noticed this? (I understand that the IBM PC terminal is different from a > unix tty driver, but it would be nice to have the functions present and doing > something.) These functions are currently not implemented in DJGPP. Some programs won't compile if they don't see this header and the prototypes of the functions, so the header exists. A volunteer with enough motivation and time is all that's required to write these for DJGPP.