pub fn get_terminal_height_of(handle: &impl AsFd) -> u16
Returns the terminal height for the given handle, or 24 as fallback.
This function does not panic.