Jump to content

NCurses

From EDM2
Revision as of 03:40, 11 December 2018 by Ak120 (talk | contribs)

The ncurses (new curses) library is an open source multi-platform version of the curses programming library from System V Release 4.0.

Unlike PD Curses it requires a database of terminal specifications, which is a part of separate package called terminfo.

Support utilities

  • captoinfo - a termcap conversion tool
  • clear - utility for clearing the screen
  • infocmp - the terminfo decompiler
  • tabs - set tabs on a terminal
  • tic - terminfo compiler
  • toe - table of terminfo entries
  • tput - utility for retrieving terminal capabilities in shell scripts
  • tset - initialize the terminal

Version

License

Authors
Zeyd M. Ben-Halim, Eric S. Raymond, Thomas E. Dickey

Links