RequestCursorPosition() Method

Definition

Assembly XenoAtom.Terminal.dll

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

public static TerminalInstance RequestCursorPosition()

Returns

TerminalInstance
This writer, for fluent chaining.

Remarks

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