longname(3cur)
NAME
longname − return full terminal type name
SYNTAX
char ∗longname()
DESCRIPTION
This routine returns a pointer to a static area containing a verbose description of the current terminal. The maximum length of a verbose description is 128 characters. It is defined only after the call to the initscr routine or the newterm routine.
The static area is overwritten by each call to newterm and is not restored by set_term. The value should be saved between calls to newterm if longname is going to be used with multiple terminals.
SEE ALSO
initscr(3cur), newterm(3cur), set_term(3cur)
Subroutines