pagewritemask(3) — Unix Programmer’s Manual
NAME
pagewritemask - set the writemask for the textport background
SYNOPSIS
C
pagewritemask(pmask)
Colorindex pmask;
FORTRAN
subroutine pagewr(pmask)
integer∗2 pmask
DESCRIPTION
Pagewritemask sets the textport background writemask.
SEE ALSO
color, pagecolor, textcolor, textport, textwritemask, tpoff, tpon, writemask
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c