Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Sat, 27 Mar 1999 14:49:02 -0500 To: Kazuhiro Fujieda Cc: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: My console rewrite is finally available Message-ID: <19990327144902.A786@cygnus.com> References: <19990325115059 DOT A885 AT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Kazuhiro Fujieda on Sat, Mar 27, 1999 at 09:13:31PM +0900 On Sat, Mar 27, 1999 at 09:13:31PM +0900, Kazuhiro Fujieda wrote: >In the current implementation, a process in notty mode can't set >all termios parameters to its console through one of file >descriptors associated with it. It have to use the descripter 1 >or 2 for c_oflags, and the descripter 0 for c_lflags and c_iflags. > >Thus `less' can't work properly in notty mode because it use the >descripter 2 for setting the console to `raw mode' and it fails. Sigh. Ok. I understand this. It'll require some thought to fix. -chris