curson(3) — Silicon Graphics R1c
NAME
curson - turn the cursor on
SYNOPSIS
C
curson()
FORTRAN
subroutine curson
Pascal
procedure curson;
DESCRIPTION
Curson requests the system to automatically update and display a cursor. 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 only be used in immediate mode.
Version 2.3 — July 04, 1985