[][src]Crate termcandy

Re-exports

pub use termcandy_macros::widget;
pub use termcandy_macros::select_widget;
pub use termcandy_macros::await_widget;

Modules

events

Functions and types for capturing user-input events.

graphics

Types for drawing pretty UIs.

Enums

RunError

Errors returned by termcandy::run.

Traits

FutureExt

Extension trait for futures.

Widget

A Widget is a Future that can be drawn.

Functions

run

Create a future that initializes the terminal and runs the given widget.

screen_size

Get the size of the screen as seen by the current widget.