Skip to main content

hold_for_tui

Function hold_for_tui 

Source
pub fn hold_for_tui()
Expand description

Park log output for as long as a TUI owns the terminal.

Call from the terminal setup that enters the alternate screen, and pair it with release_from_tui on every exit path including the panic hook.