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.

As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs.
— Maurice Wilkes