Module tuirealm::tui::terminal[][src]

Structs

CompletedFrame

CompletedFrame represents the state of the terminal after all changes performed in the last Terminal::draw call have been applied. Therefore, it is only valid until the next call to Terminal::draw.

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