gsecur
Purpose
Erases the cursor, making it invisible.
C Syntax
int gsecur_ ( )
FORTRAN Syntax
INTEGER function gsecur
Pascal Syntax
FUNCTION gsecur_: INTEGER [PUBLIC|;
Description
The gsecur subroutine makes the cursor invisible.
For adapters with hardware cursor support, gsecur simply
turns off the cursor. Otherwise, gsecur reverses the
actions taken to place the cursor in the frame buffer.
Return Value
GS_SUCC Successful.
GS_INAC Virtual terminal inactive.