pub fn detect_terminal_width() -> Option<usize>Expand description
Detect the terminal width.
Returns None if detection fails. Currently only checks the COLUMNS
environment variable. For more robust terminal detection, consider
using the crossterm or terminal_size crate.