Skip to main content

Module terminal_session

Module terminal_session 

Source
Expand description

Feature-off mirror of terminal_session for builds without the crossterm backend. Nothing else owns the terminal writer in that configuration, so the one-writer output lock degrades to a no-op guard; downstream crates (e.g. franken_node’s operator surface) can keep calling [terminal_output_lock] unconditionally.

Structs§

TerminalOutputGuard
Guard returned by the no-op terminal_output_lock stub.

Functions§

terminal_output_lock
Serialize terminal writes. Without crossterm there is no raw-mode writer to contend with, so this is a no-op.