nxt::vterm::Cursor struct

Current cursor position and presentation state.

Public variables

int row
Zero-based row in terminal cells.
int col
Zero-based column in terminal cells.
bool visible
Whether the cursor should be rendered.
CursorShape shape
Shape requested by the terminal state.