Module termrect::termrect[][src]

Structs

TermRect

TermRect is a representation of a rectangle of characters in a terminal grid. It keeps track of changes between calls to draw_delta_into, to always do only minimal updates.

Traits

HasSize
HasTermRect

HasTermRect is intended for use in widgets that render themselves to an embedded TermRect. By implementing this, you atomatically get an impl for PaintableWidget and HasSize.

PaintableWidget
RawPaintable