curses.tigetstr(capname)
Return the value of the string capability corresponding to the terminfo capability name capname. None
is returned if capname is not a string capability, or is canceled or absent from the terminal description.
curses.tigetstr(capname)
Return the value of the string capability corresponding to the terminfo capability name capname. None
is returned if capname is not a string capability, or is canceled or absent from the terminal description.
Please login to continue.