Curses (programming library)
From Free net encyclopedia
- This article is about the Unix console library. For other uses, see curse. For the interactive fiction game, see Curses (computer game).
Curses is a terminal control library for Unix-like systems, enabling the construction of text user interface (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.
[edit]
See also
[edit]
References
- John Strang: Programming with curses, O'Reilly, ISBN 0-937175-02-1
[edit]