RequestCursorPosition() Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

Requests the cursor position report (DECXCPR) (ESC [ 6 n).

public AnsiWriter RequestCursorPosition()

Returns

AnsiWriter
This writer, for fluent chaining.

Remarks

When supported, the terminal typically replies on the input stream with ESC [ row ; col R.