COHERENT manpages

This page displays the COHERENT manpage for tgetflag() [Get termcap Boolean entry].

List of available manpages
Index


tgetflag() -- termcap Function

Get termcap Boolean entry
#include <curses.h>
#include <term.h>
int tgetflag(name)
char *name;

tgetflag()  is one  of a  set  of functions  that read  a termcap  terminal
description.  It  returns one if  the requested Boolean  capability name is
present in the terminal's termcap entry, zero if it is not.

Files

/etc/termcap -- Terminal capabilities data base
/usr/lib/libterm.a -- Function library

See Also

termcap