pub fn terminal_size() -> Option<(Width, Height)>
Returns the size of the terminal, if available.
If STDOUT is not a tty, returns None
None