From: kunst AT prl DOT philips DOT nl Subject: Re: termio To: leisner AT sdsp DOT mc DOT xerox DOT com (Marty Leisner) Date: Wed, 12 Apr 1995 09:59:49 +0100 (METDST) Cc: ckann AT seas DOT gwu DOT edu, djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP users list) > >I have a package where we want to implement generic I/O across various > >platforms. We want to use termio to do this. Does anyone know if an > >implementation of termio exists for djgpp? > > This seems to be a weakness (unless anyone has any good answers). > Your welcome to do something in this area... If you need general keyboard and screen I/O, why not use 'curses' ? This works well on Unix (and other) platforms. For DJGPP, you can use PDCurses 2.2 (in 'pdc22bn.zip'). If you need serial I/O, you can use the ASYNC package ('aeasy102.zip'). This is ofcourse MS-DOS specific. Also it still needs a DPMI cleanup. Pieter.