cursoff() — Silicon Graphics
NAME
cursoff - turns the cursor off
SPECIFICATION
C
cursoff()
FORTRAN
subroutine cursof
Pascal
procedure cursoff;
DESCRIPTION
cursoff prevents the cursor from being displayed. This command should precede any drawing commands that write into the currently displayed cursor bitplanes.
By default, the cursor is always displayed. Before it is drawn on the screen, the image that it covers is saved away. When the cursor moves, the saved image is restored. If the image changes while the cursor is displayed, the saved image may no longer be valid. This is a concern in single buffer and RGB modes and in double buffer mode when the front buffer is enabled.
SEE ALSO
curson, getcursor, setcursor
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986