curs_beep(3curses) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

curs_beep(3curses)

curs_beep(3CURSES)         Curses Library Functions         curs_beep(3CURSES)



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

SYNOPSIS
       cc [ flag ... ] file ... -lcurses [ library ... ]
       #include <curses.h>

       int beep(void);


       int flash(void);

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

RETURN VALUES
       These routines always return OK.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ MT-LevelUnsafe


SEE ALSO
       curses(3CURSES), attributes(7)

NOTES
       The header <curses.h> automatically includes the headers <stdio.h>  and
       <unctrl.h>.



Oracle Solaris 11.4               31 Dec 1996               curs_beep(3CURSES)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3