grid property

TerminalGridView get grid

Read-only view of the terminal grid. Consumers can read cell content, cursor position, mode flags, displayOffset, and listen for changes via the inherited Listenable — but cannot mutate. The mutable handle is reserved for the in-package TerminalView painter via gridForView.

Implementation

TerminalGridView get grid => _grid;