File: ts.rs

package info (click to toggle)
rust-termsize 0.1.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 8; sh: 3
file content (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
5
extern crate termsize;

pub fn main() {
    println!("{:?}", termsize::get().unwrap());
}