Skip to main content

term_width

Function term_width 

Source
pub fn term_width() -> usize
Expand description

$COLUMNS when it is exported and sane, else a conservative 100 — the region’s lines are short and an ioctl is not worth its portability.

Public because amont-agent prints sampled commands and needs the same answer. A second copy of this would be a second place for the fallback and the sanity floor to drift.