Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

flash(3) [osf1 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)

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)
Man Page

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Sites flash

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)
Discussion started by: binary_w0lf
5 Replies

2. HP-UX

Turn off awful beep

. (1 Reply)
Discussion started by: Driver
1 Replies

3. Windows & DOS: Issues & Discussions

Internet Explorer flashes off

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)
Discussion started by: kayode
1 Replies

4. UNIX for Dummies Questions & Answers

Need to shut off beep

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)
Discussion started by: jpedicone
1 Replies

5. Shell Programming and Scripting

alarms

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)
Discussion started by: run_time_error
2 Replies

6. Programming

positioning cursor

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)
Discussion started by: enuenu
2 Replies

7. Ubuntu

I can't make my pc speakers beep

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)
Discussion started by: Sapfeer
3 Replies

8. Programming

execute through socket

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)
Discussion started by: wsparrow
3 Replies