Terminal.getCursorPosition

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

class Terminal
void
getCursorPosition
(,)

Parameters

column glong

a location to store the column, or NULL. out[allow-none]

row glong

a location to store the row, or NULL. out[allow-none]

Meta