#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_terminal_height(
stack: Stack,
) -> StackExpand description
Get terminal height (rows)
Stack effect: ( – Int )
Returns the number of rows in the terminal, or 24 if unknown.
§Safety
Always safe to call