pub fn get() -> Option<Size>
Gets the current terminal size
1 2 3
pub fn main() { println!("{:?}", termsize::get().unwrap()); }