Does anybody know what the file
/usr/include/curses.h
is useful for in linux.
This is a discussion on What is the file for within the C Programming forums, part of the General Programming Boards category; Does anybody know what the file /usr/include/curses.h is useful for in linux....
Does anybody know what the file
/usr/include/curses.h
is useful for in linux.
curses.h on linux is the same thing as conio.h on Win/Dos.Does anybody know what the file
/usr/include/curses.h
But it provides something different.
And linux also has ncurses.h, but I dont know this much.
Curses is a CRT screen handling and optimization library. Basically it gives console apps a little bit of graphical boost via windows , subwindows, and gives more control over what you can do to the look of an app.