pub fn tigetstr(capname: &str) -> Result<Option<String>, NCurseswError>
Expand description

Return the value of the string capability corresponding to the terminfo capability name capname as a bytes object. Return None if capname is not a terminfo “string capability”, or is canceled or absent from the terminal description.