tail head cat sleep
QR code linking to this page

manページ  — curs_beep

名称

beep, flash - ncurses ベルおよび画面フラッシュルーチン

内容

書式

#include <ncurses.h>

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

解説

beep ルーチンと flash ルーチンは、 端末ユーザに警告するのに使用されます。 ルーチン beep は、可能な場合は端末の音の警報を鳴らします。 そうでない場合は、画面をフラッシュします (目に見えるベル)。 ルーチン flash は、画面をフラッシュし、 それが可能でない場合は、警報を鳴らします。 どちらの警報も可能でない場合は、何も発生しません。 ほとんどの端末には音の警報 (ベルまたはビープ音) がありますが、 画面をフラッシュできるものもわずかながらあります。

戻り値

これらのルーチンは必ず OK を返します。

機能

bell, flash_screen

関連項目

ncurses(3)

curs_beep (3)

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

Computer science would have progressed much further and faster if all of the time and effort that has been spent maintaining and nurturing Unix had been spent on a sounder operating system.
— The Unix Haters' handbook