The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

curs_beep (3)
  • >> curs_beep (3) ( Solaris man: Библиотечные вызовы )
  • curs_beep (3) ( FreeBSD man: Библиотечные вызовы )
  • curs_beep (3) ( Разные man: Библиотечные вызовы )
  •  

    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 possible; 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 possible, 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(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    MT-LevelUnsafe

     

    SEE ALSO

    curses(3CURSES), attributes(5)  

    NOTES

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


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ATTRIBUTES
    SEE ALSO
    NOTES


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру