Skip to main content

Module buffer

Module buffer 

Source
Expand description

Double-buffer grid of Cells with clip-stack support.

Two buffers are maintained per frame (current and previous). Only the diff is flushed to the terminal, giving immediate-mode ergonomics with retained-mode efficiency.

Structsยง

Buffer
A 2D grid of Cells backing the terminal display.