.TH tgetflag() "" "" "termcap Function"
.PC "Get termcap Boolean entry"
.B "#include <curses.h>"
.B "#include <term.h>"
\fBint tgetflag(\fIname\fB)\fR
\fBchar *\fIname\fR;
.PP
.B tgetflag()
is one of a set of functions that read a
.B termcap
terminal description.
It returns one if the requested Boolean capability
.I name
is present in the terminal's \fBtermcap\fR entry, zero if it is not.
.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
