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.

See also

References

External links

Template:Unix-stubfr:Curses ja:Curses