From: corinna DOT vinschen AT cityweb DOT de (Corinna Vinschen) Subject: Re: console mode and \r, \n, etc. 3 Dec 1998 15:42:02 -0800 Message-ID: <36671B0B.B843770A.cygnus.cygwin32.developers@cityweb.de> References: <19981203112448 DOT A10350 AT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Christopher Faylor , cygwin32-developers AT cygnus DOT com Christopher Faylor wrote: > I'm investigating Corinna's problems with console mode stuff. > > What a mess. Yes, isn't it? > [...] > So my question is, does anybody object to doing "character at a time" > reads on the console? This will slow down console reads slightly but > I'm hoping to get as much right as possible with console input. For one > thing, I think I've identified the consistently reported problem of > cursor keys not working on Windows 95. That should be fixable. IMHO, cygwin should read from console with ReadConsoleInput in raw mode and should do cooking all self. This has more advantages then drawbacks, I think. New possibilities: ENABLE_WINDOW_INPUT and ENABLE_MOUSE_INPUT are making sense now! And the code would be more 'reader friendly'. And nearly all stty modes are possible. And possible more features... Regards, Corinna