[][src]Function arctk::util::fmt::term::width

pub fn width() -> Result<usize, String>

Determine the terminal width. Return the fallback size if the width could not be determined.

Errors

if the terminal width can not be determined.