pub fn size() -> Result<(u16, u16)>
Returns the terminal size (columns, rows).
(columns, rows)
The top left cell is represented (1, 1).
(1, 1)