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:
Text File  |  1993-09-02  |  282 b   |  22 lines

  1. NAME
  2.     beep() flash() - alert the operator
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     void beep()
  9.  
  10.     void flash()
  11.  
  12. DESCRIPTION
  13.     beep() sounds the terminal bell.  
  14.     flash() flashes the terminal screen.  
  15.  
  16. EXAMPLES
  17.  
  18. SEE ALSO
  19.     cursesputc(), cursesscroll(), wrefresh()
  20.  
  21. BUGS
  22.