Skip to content

@jsvision/core / CursorPosition

Interface: CursorPosition

Defined in: host/width-probe.ts:88

A parsed Cursor-Position-Report: 1-based row and column, as the terminal reports them.

Properties

col

readonly col: number

Defined in: host/width-probe.ts:90


row

readonly row: number

Defined in: host/width-probe.ts:89