Returns the size of the terminal window.
impl Tty { fn window_size(&self) -> Result<(u16, u16), Errno> }
Returns (width, height).
tty_ioctl(4) and TIOCGWINSZ therein