CBL_GET_CSR_POS

Returns the cursor position.

Syntax:
call "CBL_GET_CSR_POS" using     screen-position
                       returning status-code
Parameters:
Using call prototype (see Library Routines - Key) Picture (32-bit systems)
screen-position Group predefined as cblt-screen-position containing: Group containing:
  cblte-scrp-row   cblt-x1-compx   pic x comp-x.
  cblte-scrp-col   cblt-x1-compx   pic x comp-x.
status-code See Library Routines - Key
On Entry:

None

On Exit:
screen-position The screen position of the cursor. The top left corner is row 0, column 0. If the cursor is invisible, cblte-scrp-row and cblte-scrp-col are both set to 255.
See Also: