patch_seq_terminal_flush

Function patch_seq_terminal_flush 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_terminal_flush( stack: Stack, ) -> Stack
Expand description

Flush stdout

Stack effect: ( – )

Ensures all buffered output is written to the terminal. Useful after writing escape sequences or partial lines.

§Safety

Always safe to call