pub trait TerminalInfo { fn width() -> usize; fn height() -> usize; }