renderSnapshot property

GhosttyTerminalRenderSnapshot? get renderSnapshot

Native Ghostty render-state snapshot for the live visible viewport.

This is only available on native platforms and only reflects the current visible viewport, not formatter-derived scrollback transcript state.

Implementation

GhosttyTerminalRenderSnapshot? get renderSnapshot => _renderSnapshot;