HP-UX Reference (11i v1 00/12) - 3 Library Functions A-M (vol 6)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/!!!intro.3c
________________________________________________________________
___ ___
f
flash(3X) flash(3X)
(CURSES)
NAME
flash — flash the screen
SYNOPSIS
#include <curses.h>
int flash(void);
DESCRIPTION
The flash() function alerts the user. It flashes the screen, or if that is not possible, it sounds the audible
alarm on the terminal. If neither signal is possible, nothing happens.
RETURN VALUE
The flash() function always returns OK.
ERRORS
No errors are defined.
APPLICATION USAGE
Nearly all terminals have an audible alarm, but only some can flash the screen.
SEE ALSO
beep(3X), <curses.h>.
CHANGE HISTORY
First released in X/Open Curses, Issue 4.
In previous issues, this function was included in the entry for
beep(). It is moved to its own entry in
X/Open Curses, Issue 4, the argument list is explicitly declared as void, and the RETURN VALUE section
is changed to indicate that the function always returns OK.
HP-UX Release 11i: December 2000 1 Section 3243
___
___