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