Re: keyboard input in colortext

2001-12-15 Thread Roland McGrath
> Yeah, this is what I need. I guess I alwats avoid streamio because I never > understood why its dev_open algorithm is so complex. Does it split up open > into a request and reply message to implement the O_NONBLOCK flag at open() > time for terminal devices correctly? This would be the only c

Re: keyboard input in colortext

2001-12-15 Thread Marcus Brinkmann
On Sat, Dec 15, 2001 at 12:35:41AM -0500, Roland McGrath wrote: > The example I would suggest is streamio. It has exactly the sort of > control flow handling you need, and the code simpler than term to read. Yeah, this is what I need. I guess I alwats avoid streamio because I never understood w

Re: keyboard input in colortext

2001-12-14 Thread Roland McGrath
The example I would suggest is streamio. It has exactly the sort of control flow handling you need, and the code simpler than term to read. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd