|
|
#include <term.h>
The term.h header provides a declaration for cur_term. It represents the current terminal record from the terminfo database that the application has selected by calling set_curterm(3curses).
The <term.h> header contains the variable names listed in the Variable column in the tables found in terminfo(4).
The following are declared as functions, and may also be defined as macros:
int del_curterm(TERMINAL *); int putp(const char *); int restartterm(char *, int, int *); TERMINAL *set_curterm(TERMINAL *); int setupterm(char *, int, int *); int tgetent(char *, const char *); int tgetflag(char *); int tgetnum(char *); char *tgetstr(char *, char **): char *tgoto(char *, int, int); int tigetflag(char *); int tigetnum(char *); char *tigetstr(char *); char *tparm(char *,long, long, long, long, long, long, long, long, long); int tputs(const char *, int, int (*)(int));
The <term.h> header defines the following data type through typedef:
bool As described in <curses.h>.