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