Returns the numeric entry for the specified termcap identifier.
Curses Library (libcurses.a)
#include <curses.h>
int tgetnum( ID)
char *ID;
The tgetnum subroutine returns the numeric entry for the specified termcap identifier. This subroutine is provided for binary compatibility with applications that use the termcap file.
ID | Specifies the 2-character string that contains a termcap identifier. |
The tgetnum subroutine returns the numeric entry for the specified termcap identifier.
-1 | Returned if the ID is not found or not numeric. |
Curses Overview for Programming in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs.
List of Curses Subroutines in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs.
Understanding Terminals with Curses in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs.