setbell(3G) — Silicon Graphics
NAME
setbell − sets the duration of the keyboard bell
SPECIFICATION
C
setbell(mode)
char mode;
FORTRAN
subroutine setbel(mode)
integer*4 mode
Pascal
procedure setbell(mode: Byte);
DESCRIPTION
setbell sets the duration of the beep of the keyboard bell.
| Mode | Meaning |
| 0 | off |
| 1 | short beep |
| 2 | long beep |
SEE ALSO
clkoff, clkon, lampoff, lampon, ringbell Programming Guide, Section 7.5, Controlling Peripheral Input/Output Devices
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987