Skip to main content

Module buffer

Module buffer 

Source
Expand description

Buffer module for terminal rendering.

Provides Cell and Buffer types for building a grid of styled characters that can be diffed for efficient terminal updates.

Structsยง

Buffer
A buffer representing a grid of cells.
Cell
A single cell in the terminal buffer.