lampoff() — Silicon Graphics
NAME
lampoff - turns off display lights on the keyboard
SPECIFICATION
C
lampoff(lamps)
char lamps;
FORTRAN
subroutine lampof(lamps)
integer*4 lamps
Pascal
procedure lampoff(lamps: Byte);
DESCRIPTION
lampoff turns off any combination of the four user-controllable lamps on the IRIS keyboard. The four low-order bits of the argument lamps control lamps 1 through 4.
SEE ALSO
clkoff, clkon, lampon, ringbell, setbell
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986