get_cursor_position


Description:

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

Reads the location of the insertion cursor and returns it.

The row coordinate is absolute.

This method is unaware of BiDi. The returned column is logical column.

Parameters:

this

a Terminal

column

a location to store the column, or null

row

a location to store the row, or null