curses.tigetflag(capname)
Return the value of the Boolean capability corresponding to the terminfo capability name capname. The value -1
is returned if capname is not a Boolean capability, or 0
if it is canceled or absent from the terminal description.
Please login to continue.