Function term_size::dimensions_stdout [] [src]

pub fn dimensions_stdout() -> Option<(usize, usize)>

Query the current processes's output (stdout) only, in the attempt to dtermine terminal width. If that streams is actually a tty, this function returns its width and height as a number of characters.

If all of the streams are not ttys or return any errors this function will return None.