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

Return the value of the numeric capability corresponding to the terminfo capability name capname as an integer or None if it is canceled or absent from the terminal description.