Terminal.getCursorPosition

Reads the location of the insertion cursor and returns it. The row coordinate is absolute.

class Terminal
void
getCursorPosition
(
out glong column
,
out glong row
)

Parameters

column glong

a location to store the column, or NULL

row glong

a location to store the row, or NULL