Macros§
Structs§
- Bounds
- A definition of some area on the screen, with an origin
Position
and aSize
(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.