curson() — Silicon Graphics
NAME
curson - turns the cursor on
SPECIFICATION
C
curson()
FORTRAN
subroutine curson
Pascal
procedure curson;
DESCRIPTION
curson causes the system to update and display a cursor automatically. curson commands are usually paired with cursoff commands, though there is no harm in calling curson when the automatic cursor is already visible.
SEE ALSO
attachcursor, cursoff, getcursor, setcursor
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986