term(5) term(5)
NAME
term - terminal capabilities
SYNOPSIS
#include <term.h>
DESCRIPTION
The following data type is defined through typedef:
TERMINAL An opaque representation of the capabilities for a single
terminal from the terminfo database.
The <term.h> header provides a declaration for the following object:
curterm. It represents the current terminal record from the terminfo
database that the application has selected by calling setcurterm().
The <term.h> header contains the variable names listed in the Variable
column in terminfo(4).
The following are declared as functions, and may also be defined as
macros:
int delcurterm(TERMINAL *);
int putp(const char *);
int restartterm(char *, int, int *);
TERMINAL *setcurterm(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(5).
SEE ALSO
printf(3S), putp(3X), setcurterm(3X), tgetent(3X), tigetflag(3X),
terminfo(4), curses(5).
Page 1 Reliant UNIX 5.44 Printed 11/98