Structs

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.

Represents a consistent terminal interface for rendering.

Interface to the terminal backed by Termion

UNSTABLE