Crate simple_terminal_app

Source

Modules§

app
Module that contains the app and state. The app can be started from app::App::start.
commands
Contains all the terminal commands as structs. Command.to_string() generates the ANSI escape code.
event
Mouse and key events.
scene
Module that contains the Scene-trait that is needed for creating scenes for the app.

Structs§

Point
A point in the terminal. Starts from (0, 0)