[][src]Crate cursebox

Start with UI. See too examples.

Usual use of the library each frame/iteration is to clear the screen, draw, and then present. You can check events before or after.

Re-exports

pub use input::Event;
pub use input::Key;
pub use input::Mod;

Modules

input

Structs

Attr
Cell
CellBuf
CellsMut
Printer

Writer to screen

UI

Cell-grid TTY UI

Constants

HideCursor