pub fn get_terminal_height_of(handle: &impl AsFd) -> u16Available on crate feature
tui and non-Windows only.Expand description
Returns the terminal height for the given handle, or 24 as fallback.
ยงPanics
This function does not panic.