curs_beep(3) Library Functions Manual curs_beep(3)NAME
curs_beep, beep, flash - Curses bell and screen flash routines
SYNOPSIS
#include <curses.h>
int beep(
void ); int flash(
void );
LIBRARY
Curses Library (libcurses)
STANDARDS
Interfaces documented on this reference page conform to industry standards as follows:
beep, flash: XCURSES4.2
Refer to the standards(5) reference page for more information about industry standards and associated tags.
DESCRIPTION
The beep and flash routines are used to alert the terminal user. The routine beep sounds the audible alarm on the terminal, if possible. If
an audible alarm is not possible, the routine flashes the screen (visible bell), if possible.
The routine flash flashes the screen, and if that is not possible, sounds the audible alarm.
If neither an audible or visual signal is possible, these routines produce no results. Nearly all terminals have an audible signal (bell or
beep), but only some can flash the screen.
NOTES
The header file <curses.h> automatically includes the header file <stdio.h>.
RETURN VALUES
These routines always return OK.
SEE ALSO
Functions: curses(3)
Others: standards(5)curs_beep(3)
Check Out this Related Man Page
curs_beep(3) Library Functions Manual curs_beep(3)NAME
curs_beep, beep, flash - Curses bell and screen flash routines
SYNOPSIS
#include <curses.h>
int beep(
void ); int flash(
void );
LIBRARY
Curses Library (libcurses)
STANDARDS
Interfaces documented on this reference page conform to industry standards as follows:
beep, flash: XCURSES4.2
Refer to the standards(5) reference page for more information about industry standards and associated tags.
DESCRIPTION
The beep and flash routines are used to alert the terminal user. The routine beep sounds the audible alarm on the terminal, if possible. If
an audible alarm is not possible, the routine flashes the screen (visible bell), if possible.
The routine flash flashes the screen, and if that is not possible, sounds the audible alarm.
If neither an audible or visual signal is possible, these routines produce no results. Nearly all terminals have an audible signal (bell or
beep), but only some can flash the screen.
NOTES
The header file <curses.h> automatically includes the header file <stdio.h>.
RETURN VALUES
These routines always return OK.
SEE ALSO
Functions: curses(3)
Others: standards(5)curs_beep(3)
Man Page
8 More Discussions You Might Find Interesting
1. Post Here to Contact Site Administrators and Moderators
The flash you have placed in the header of the site is really really cool.. But it makes your machine lag, and its really big for ppl connecting with low speeds..
And thinking that you know this already, why dont you just make it a bit smaller? (5 Replies)
Hi,
What must have happen to my internet explorer that flashes whenever it want to load. The page after trying to load would just logout. I have tried to reset most of the setting on the properties but all to no avail. Can someone pls assist.
Thanx (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)
Hi
I have been trying to set up alarms on my Solaris box (Sun OS 5.8)
The objective is to present the user an audible alarm every hour or so.
I have so far done this:
#!/bin/sh
val=1
while
do
printf "\a"
val=`expr $val + 1`
done
I have put this in my crontab to run hourly.... (2 Replies)
I am using curses.h and signals.h to control output to screen. My code displays an unchanging prompt that waits for user input. Meanwhile alarm signals are being generated that cause other ancillary messages to appear at other locations on the screen at various times.
The problem I have is with... (2 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)
Hello,
I'm trying to launch a few programs (primarily audacity) from buttons on a flash page. This is all on a local machine, and I am aware of the inherent security risks. From what I've been able to find online, AIR and Flex can launch executables in windows, but not in nix.
I've heard... (3 Replies)