pub fn get_screen_size() -> (i32, i32)
Expand description

Get the terminal screen size.

Returns a tuple pair in the order of (columns, rows).