Go to main content

man pages section 3: Curses Library Functions

Exit Print View

Updated: July 2017
 
 

cur_term(3XCURSES)

Name

cur_term - 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 <curses.h>

extern TERMINAL *cur_term;

Description

The external variable cur_term to identifies the record in the terminfo associated with the terminal currently in use.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Unsafe
Standard

See Also

libcurses(3XCURSES), set_curterm(3XCURSES), tigetflag(3XCURSES), attributes(5), standards(5)