setbell() — Silicon Graphics Beta Release
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 keyboard bell.
| Mode | Meaning |
| 0 | off |
| 1 | short beep |
| 2 | long beep |
SEE ALSO
clkoff, clkon, lampoff, lampon, ringbell
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985