extern crate termit_ion as termion; use termion::terminal_size; fn main() { println!("Size is {:?}", terminal_size().unwrap()) }