flash - flash the screen
#include <curses.h> int flash(void);
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.
The flash() function always returns OK.
No errors are defined.
Nearly all terminals have an audible alarm, but only some can flash the screen.
beep(), <curses.h>.