This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



curs_beep(3X)                                                                                  curs_beep(3X)



NAME
       beep, flash - curses bell and screen flash routines

SYNOPSIS
       #include <curses.h>

       int beep(void);
       int flash(void);

DESCRIPTION
       The  beep and flash routines are used to alert the terminal user.  The routine beep sounds an audible
       alarm on the terminal, if possible; otherwise it flashes the  screen  (visible  bell).   The  routine
       flash  flashes the screen, and if that is not possible, sounds the alert.  If neither alert is possi-ble, possible,
       ble, nothing happens.  Nearly all terminals have an audible alert (bell or beep), but only  some  can
       flash the screen.

RETURN VALUE
       These routines return OK if they succeed in beeping or flashing, ERR otherwise.

EXTENSIONS
       SVr4's  beep  and  flash routines always returned OK, so it was not possible to tell when the beep or
       flash failed.

PORTABILITY
       These functions are described in the XSI Curses standard, Issue 4.  Like SVr4, it specifies that they
       always return OK.

SEE ALSO
       curses(3X)



                                                                                               curs_beep(3X)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...