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§
- Terminal
Output Guard - Guard returned by the no-op
terminal_output_lockstub.
Functions§
- terminal_
output_ lock - Serialize terminal writes. Without crossterm there is no raw-mode writer to contend with, so this is a no-op.