home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume1
/
8710
/
pc-curses-doc
/
2
/
beep.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-09-02
|
282 b
|
22 lines
NAME
beep() flash() - alert the operator
SYNOPSIS
#include <curses.h>
#include <curspriv.h>
void beep()
void flash()
DESCRIPTION
beep() sounds the terminal bell.
flash() flashes the terminal screen.
EXAMPLES
SEE ALSO
cursesputc(), cursesscroll(), wrefresh()
BUGS