beep(3XCURSES) X/Open Curses Library Functions beep(3XCURSES)NAME
beep, flash - activate audio-visual alarm
SYNOPSIS
cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib
-R /usr/xpg4/lib -lcurses [ library... ]
c89 [ flag... ] file... -lcurses [ library... ]
#include <curses.h>
int beep(void);
int flash(void);
DESCRIPTION
The beep() and flash() functions produce an audio and visual alarm on the terminal, respectively. If the terminal has the capability,
beep() sounds a bell or beep and flash() flashes the screen. One alarm is substituted for another if the terminal does not support the
capability called (see terminfo(4) bel and flash capabilities). For example, a call to beep() for a terminal without that capability
results in a flash.
RETURN VALUES
These functions always return OK.
ERRORS
None.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Standard |
+-----------------------------+-----------------------------+
|MT-Level |Unsafe |
+-----------------------------+-----------------------------+
SEE ALSO libcurses(3XCURSES), terminfo(4), attributes(5), standards(5)SunOS 5.11 5 Jun 2002 beep(3XCURSES)
Check Out this Related Man Page
curs_beep(3CURSES) Curses Library Functions curs_beep(3CURSES)NAME
curs_beep, beep, flash - curses bell and screen flash routines
SYNOPSIS
cc [ flag ... ] file ... -lcurses [ library ... ]
#include <curses.h>
int beep(void);
int flash(void);
DESCRIPTION
The beep() and flash() routines are used to signal the terminal user. The routine beep() sounds the audible alarm on the terminal, if pos-
sible; if that is not possible, it flashes the screen (visible bell), if that is possible. The routine flash() flashes the screen, and if
that is not possible, sounds the audible signal. If neither signal is possible, nothing happens. Nearly all terminals have an audible sig-
nal (bell or beep), but only some can flash the screen.
RETURN VALUES
These routines always return OK.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-Level |Unsafe |
+-----------------------------+-----------------------------+
SEE ALSO curses(3CURSES), attributes(5)NOTES
The header <curses.h> automatically includes the headers <stdio.h> and <unctrl.h>.
SunOS 5.11 31 Dec 1996 curs_beep(3CURSES)
hiho,
who has an idea how i can tell my shell that it should not beep on errors or when i'm using the TAB in bash to complete
noone needs to know when i make mistakes ;-)
solaris 9 (SPARC)
bash 2.05
thx a lot
Preßy (1 Reply)
I need to know how to turn off the beep in my unix environment. I tried with the Common Desktop Environment on solaris but it didn't work. I used to know the environment variable to set but I have forgotten it. (1 Reply)
still the old question (didn't find the satisfied answer in the forum)
how to disable the awful beep in linux workstation?
i tried this: /etc/inputrc -〉set bell-style none
but it can only disable the beep whenever you input wrongly in the console. in some othercases, i still can hear... (1 Reply)
Hi
I found a few old posts on Adobe Flash player support, but does somebody know what flash player the latest version of the HP-UX (ver 11.11) supports?
Also, does it only support flash content through a browser plugin or can a standalone flash application be executed?
Is another way to... (0 Replies)
I don't know why, but when I issue echo -e '\a' or beep. I get only some sound, set in my OS (Ubuntu Karmic). I tried to run these on Lenovo Y510KA and Lenovo S10-2. Is there another way to make my laptops beep?.. (3 Replies)
Hi,
I was mucking around with Maven for Eclipse the other day, working on an audio visual project and I was struck by how cool the terminal executing massive amounts of commands is.
I have an odd request. I was wondering if people knew of a terminal script that outputed a lot of data,... (0 Replies)