term_rs/
lib.rs

1extern crate pancurses;
2
3mod terminal;
4mod command;
5pub use self::terminal::Terminal;