Expand description
Render mode auto-detection (Section 16.3).
Determines the appropriate rendering mode based on:
- TTY detection: non-TTY (pipe/redirect) forces stream mode.
- Terminal size: < 80 cols or < 24 rows forces stream mode.
- CLI flags:
--streamor--tuioverride auto-detection.
Structs§
- Terminal
Info - Terminal capability information used for mode detection.
Enums§
- Render
Mode - Rendering mode for the CLI output.
- Render
Mode Error - Errors from render mode selection.
- Terminal
Color Support
Functions§
- select_
render_ mode - Select the render mode based on terminal info and CLI flags.