These routines are included as a conversion aid for programs that use the termcap library. Their parameters are the same and the routines are emulated using the terminfo database. These routines are supported at Level 2 and should not be used in new applications.
The tgetent() routine looks up the termcap entry for name. The emulation ignores the buffer pointer bp.
The tgetflag() routine gets the boolean entry for id.
The tgetnum() routine gets the numeric entry for id.
The tgetstr() routine returns the string entry for id. Use tputs() to output the returned string.
The tgoto() routine instantiates the parameters into the given capability. The output from this routine is to be passed to tputs().
The tputs() routine is described on the curs_terminfo(3CURSES)
manual page.
|