tgetnum() Terminal-Independent Operation tgetnum() Get termcap numeric feature int tgetnum(id) char *id; tgetnum is one of a set of functions that permit the COHERENT system to perform terminal-independent operations. It returns the value of the numeric feature name, as defined in the ter- minal's termcap entry. It returns -1 if the feature is not present in the terminal's entry. ***** Files ***** /etc/termcap -- Terminal capabilities data base /usr/lib/libterm.a -- Function library ***** See Also ***** termcap, terminal-independent operations COHERENT Lexicon Page 1