Crate rustbox [] [src]

Reexports

pub use keyboard::Key;
pub use mouse::Mouse;

Modules

keyboard
mouse

Structs

InitOptions
RustBox
Style

Enums

Color
Event
EventError
InitError
InputMode
OutputMode

Constants

RB_BOLD
RB_NORMAL
RB_REVERSE
RB_UNDERLINE

Functions

running

true iff RustBox is currently running. Beware of races here--don't rely on this for anything critical unless you happen to know that RustBox cannot change state when it is called (a good usecase would be checking to see if it's worth risking double printing backtraces to avoid having them swallowed up by RustBox).

Type Definitions

EventResult