Console IO Problem ...

Does UNIX have a header file that provide the same functions as "conio.h" in Turbo C of DOS?

In Turbo C of DOS, "conio.h" provide some special console IO funtions, for example, change the text color, print out a text with a specific co-ordinate, etc ...

With these special functions, I can write some console games in UNIX! :cool:

hi!

try curses.h

curses(3) curses(3)

NAME

curses - Terminal screen-handling and optimization package
.
.
.

Rgds
Shaik