DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

term(4)


term -- terminal capabilities

Synopsis

#include <term.h>

Description

The following data type is defined through typedef:

TERMINAL
from the terminfo database.

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>.

Standards Conformance

The Single UNIX Specification, Version 2; The Open Group.

References

terminfo(4), printf(3S), putp(3curses), tigetflag(3curses), tgetent(3curses), curses(4)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004