patch_seq_terminal_width

Function patch_seq_terminal_width 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_terminal_width( stack: Stack, ) -> Stack
Expand 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