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.
pub fn hold_for_tui()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.