Expand description
Formatting and display logic for terminal output.
Handles text rendering, layout, and image/ASCII logo rendering.
Functionsยง
- display
- Renders the collected system information to the terminal.
- visible_
len - Helper to strip ANSI escape sequences and calculate visible string length.
- wrap_
info_ line - Wrap a formatted info line (key: value) at logical boundaries to fit within
max_width.