Go to the first, previous, next, last section, table of contents.
The termcap library is the application programmer's interface to the
termcap data base.  It contains functions for the following purposes:
- 
Finding the description of the user's terminal type (
tgetent).
 - 
Interrogating the description for information on various topics
(
tgetnum, tgetflag, tgetstr).
 - 
Computing and performing padding (
tputs).
 - 
Encoding numeric parameters such as cursor positions into the
terminal-specific form required for display commands (
tparam,
tgoto).
 
Go to the first, previous, next, last section, table of contents.