.TH tgetnum() "" "" "termcap Function (libterm)"
.PC "Get termcap numeric feature"
.B "#include <curses.h>"
.B "#include <term.h>"
\fBint tgetnum(\fIname\^\fB)\fR
\fBchar *\fIname\^\fB;\fR
.PP
.B tgetnum()
is one of a set of functions that read a
.B termcap
terminal description.
It returns the value of the numeric feature
.IR name ,
as defined in the terminal's \fBtermcap\fR entry.
It returns
.B \-1
if the feature is not present in the terminal's entry.
.SH Files
\fB/etc/termcap\fR \(em Terminal capabilities data base
.br
\fB/usr/lib/libterm.a\fR \(em Function library
.SH "See Also"
.Xr "termcap" termcap
