Crate viewport

Source

Macros§

ensure

Structs§

Bounds
A definition of some area on the screen, with an origin Position and a Size (i.e. dimensions).
Buffer
An intermediary between a caller writing data and the real terminal buffer.
Cell
Position
A definition of a (x, y) or (col, row) point in 2D space.
Size
A definition of some size (width, height). It is relative strictly to itself, and has no positional meaning on its own.

Enums§

Error

Type Aliases§

Result