X/Open Curses Library Functions curterm(3XCURSES)
NAME
curterm - current terminal information
SYNOPSIS
cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib \
-R /usr/xpg4/lib -lcurses [ library... ]
c89 [ flag... ] file... -lcurses [ library... ]
#include
extern TERMINAL *curterm;
DESCRIPTION
The external variable curterm to identifies the record in
the terminfo associated with the terminal currently in use.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard
MT-Level Unsafe
SEE ALSO
libcurses(3XCURSES), setcurterm(3XCURSES),
tigetflag(3XCURSES), attributes(5), standards(5)
SunOS 5.11 Last change: 5 Jun 2002 1
|