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 - Strip ANSI escape sequences and return the string’s width in terminal columns.
- wrap_
info_ line - Wrap a formatted info line (key: value) at logical boundaries to fit within
max_width.