DEBSOURCES
Skip Quicknav
sources / rust-termsize / 0.1.9-1 / examples / ts.rs
123456
pub fn main() { match termsize::get() { Some(size) => println!("{:?}", size), _ => println!("not a term"), } }