From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Re: B20 patch: ioctl modes for fhandler_console 30 Nov 1998 17:58:17 -0800 Message-ID: <19981130174039.10209.cygnus.cygwin32.developers@cygnus.com> References: <3661F0E6 DOT 16171E0D AT cityweb DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Corinna Vinschen Cc: cygwin32-developers AT cygnus DOT com On Mon, Nov 30, 1998 at 02:12:06AM +0100, Corinna Vinschen wrote: > > Hi! > > The class fhandler_console implements `tcgetattr()' and > `tcsetattr()' with modes TCSANOW, TCSADRAIN and TCSAFLUSH. > > The corresponding ioctl calls TCGETA, TCSETA, TCSETAW and > TCSETAF are missing. Older sources use them instead of the > above functions. > > The following patch adds the ioctl calls by calling the > corresponding tc[gs]etattr function. I didn't see a response so I'll follow up to let you know that these changes have been committed to the latest sources. -- Geoffrey Noer noer AT cygnus DOT com