X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_beep.3x.html;h=b2ce7d28ebc7feee749a38e42910ce98221d39a0;hp=6abcd736f8a781dbf98ffdcfffbab4a4909fbf44;hb=a0b91dc27f0c411e343161b0a4b5459d15a43f85;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_beep.3x.html b/doc/html/man/curs_beep.3x.html index 6abcd736..b2ce7d28 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);
@@ -59,7 +59,7 @@
 
 
 
-

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
@@ -71,33 +71,42 @@
 
 
 
-

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 +