GPR_$SET_CURSOR_ACTIVE GPR Calls GPR_$SET_CURSOR_ACTIVE
NAME
gpr_$set_cursor_active - specifies whether the cursor is displayed.
FORMAT
gpr_$set_cursor_active (active, status)
DESCRIPTION
This routine specifies whether the cursor is displayed.
Input Parameters
active
Boolean (logical) value that specifies whether to display the cur-
sor. Set the parameter to true if you want to display the cursor;
set it to false if you do not want to display the cursor.
Output Parameters
status
Completion status, in status_$t format.
SEE ALSO
gpr_$inq_cursor.
NOTES
Initially, the cursor is not displayed.
A program may call this routine only while operating in borrow mode or
direct mode.