terminal 0.2.1

Unified API over different TUI libraries.
Documentation
1
2
3
4
5
6
7
8
9
pub use self::{
    event::{Event, KeyCode, KeyEvent, KeyModifiers, MouseButton, MouseEvent},
    style::{Attribute, Color},
    terminal::Clear,
};

mod event;
mod style;
mod terminal;