Mail Archives: cygwin-developers/1998/12/03/15:42:02
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
- Raw text -