patch_seq_terminal_height

Function patch_seq_terminal_height 

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