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