Module tuirealm::tui[][src]

Expand description

tui

tui just exposes the tui modules, in order to include the entire library inside realm

Modules

backend
buffer
layout
style

style contains the primitives used to control how your user interface will look.

symbols
terminal
text

Primitives for styled text.

widgets

widgets is a collection of types that implement Widget or StatefulWidget or both.

Structs

Frame

Represents a consistent terminal interface for rendering.

Terminal

Interface to the terminal backed by Termion

TerminalOptions

Options to pass to Terminal::with_options

Viewport

UNSTABLE