Struct zui_widgets::terminal::CompletedFrame [−][src]
Expand description
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
.
Fields
buffer: &'a Buffer
area: Rect