X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_beep.3x.html;h=abae4b252cb1f531a4717df41ec60b660b7afcf9;hp=e450ce29bfb18494d5ec6892fcabd6dc8869e7f3;hb=dc690a36a0e53e2c2ecd99c971cd749f78275fdc;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011 diff --git a/doc/html/man/curs_beep.3x.html b/doc/html/man/curs_beep.3x.html index e450ce29..abae4b25 100644 --- a/doc/html/man/curs_beep.3x.html +++ b/doc/html/man/curs_beep.3x.html @@ -1,4 +1,3 @@ - + + + curs_beep 3x -

curs_beep 3x

-
+

curs_beep 3x

-
 curs_beep(3x)                                             curs_beep(3x)
 
 
 
 
-
-

NAME

+

NAME

        beep, flash - curses bell and screen flash routines
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int beep(void);
        int flash(void);
 
 
-
-

DESCRIPTION

+

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
@@ -70,37 +67,39 @@
        flash the screen.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

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

EXTENSIONS

+

EXTENSIONS

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

PORTABILITY

+

PORTABILITY

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

SEE ALSO

+

SEE ALSO

        curses(3x)
 
 
 
                                                           curs_beep(3x)
 
-
-
-Man(1) output converted with -man2html -
+