Vte.Terminal.GetCursorPosition Method
Reads the location of the insertion cursor and returns it.

Syntax

public void GetCursorPosition (out long column, out long row)

Parameters

column
long which will hold the column
row
long which will hold the row

Remarks

The row coordinate is absolute.

Requirements

Namespace: Vte
Assembly: vte-sharp (in vte-sharp.dll)