Science Fair Project Encyclopedia
Curses
- For the main meaning see curse. For interactive fiction game see Curses (computer game).
Curses is a terminal control library for UNIX-like systems, enabling the construction of TUI applications. It originated in BSD UNIX, where it was used for the Vi editor and the Rogue game.
Using curses, programmers are able to write text-based applications without writing directly for any specific terminal type. The curses library on the executing system takes care of sending the correct control characters to the monitor in use.
See also
References
- John Strang : Programming with curses, O'Reilly, ISBN 0-937175-02-1
External links
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


