Skip to main content

Module display

Module display 

Source
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.