Function rust_apt::util::terminal_width
source · pub fn terminal_width() -> usizeExpand description
Get the terminal’s width, i.e. the number of columns it has.
§Returns:
- The terminal width, or
80if it cannot be determined.