Sets the size of the terminal window.
impl Tty { fn set_window_size(&self, width: u16, height: u16) -> Result<(), Errno> }
The width of the window.
The height of the window.
tty_ioctl(4) and TIOCSWINSZ therein