pub fn terminal_size() -> Option<(u16, u16)>
Get the current terminal dimensions.
Returns Some((width, height)) if the terminal size can be determined, otherwise None.
Some((width, height))
None