Begin3 Title: Linux-conio.h Version: 1.02 Entered-date: Mar 09, 1997 Description: This is a mostly complete implementation of the conio.h for Linux - it was developed to make porting text based DOS applications to Linux easier. It implements all port I/O commands defined in Watcom's conio.h and almost all other I/O commands defined in Borland's conio.h (including: keyboard input, formatted screen output, colors, windows...) using the curses library. This release has some bug fixes and the possibilty to use curses functions mixed with conio functions. Keywords: conio.h, curses, port, inp, outp, screen, I/O Author: fractor@germanymail.com (Gerald Friedland [Fractor/MXP]) Maintained-by: fractor@germanymail.com (Gerald Friedland) Primary-site: tsx-11.mit.edu Original-site: http://www.obh.snafu.de/~marte/friends/fractor.html Required: Linux, gcc, ncurses 1.9.9e (or newer ? - but not older !) Platform: Linux, any version. Copying-policy: GLPL 2 End