screenBuffer property

ScreenBuffer? get screenBuffer

The current screen buffer, populated after each render/flush cycle.

Useful for custom renderers (e.g. web canvas) that need direct access to the cell buffer without going through ANSI output.

Implementation

uv_buffer.ScreenBuffer? get screenBuffer => _screen;