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

row glong

a location to store the row, or %NULL

Meta