,
tail head cat sleep
QR code linking to this page

manページ  — curs_bkgd

名称

bkgdset, wbkgdset, bkgd, wbkgd - ncurses ウィンドウ背景操作ルーチン

内容

書式

#include <ncurses.h>

void bkgdset(chtype ch);
void wbkgdset(WINDOW *win, chtype ch);
int bkgd(chtype ch);
int wbkgd(WINDOW *win, chtype ch);

解説

bkgdset ルーチンと wbkgdset ルーチンは、 名前付きウィンドウの背景を操作します。 背景は、属性と 1 つの文字の組み合わせで構成される chtype です。 背景の属性部分はすべてブランクでない文字と結合 (OR) されたものです。 ブランクでない文字は、waddch でウィンドウに書き込まれます。 背景の文字部分と属性部分の両方がブランクの文字と結合されます。 背景は文字のプロパティになり、 スクロールおよび行 / 文字の挿入 / 削除によって 文字とともに移動します。 特定の端末で可能な範囲で、背景の属性部分は、 画面に設定された文字のグラフィックな解釈として表示されます。

bkgd ルーチンと wbkgd ルーチンは、 新しい背景とウィンドウ内の各位置と組み合わせられます。 背景は属性と 1 文字の組み合わせです。 属性部分だけがブランクでない文字の背景を設定するのに使用されるのに対し、 文字と属性の両方がブランクの位置に使用されます。 特定の端末上で可能な範囲で、背景の属性部分は、 画面に設定された文字のグラフィックな解釈として表示されます。

戻り値

bkgdwbkgd は整数 OK を返します。 または、immedok が設定されている場合は負でない整数を返します。

注釈

bkgdsetbkgd はマクロである可能性があります。

バグ

immedok は ncurses 1.8.6 ではまだ実現されていません。

関連項目

ncurses(3), curs_addch(3), curs_outopts(3)

curs_bkgd (3)

tail head cat sleep
QR code linking to this page


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

Ken Thompson has an automobile which he helped design. Unlike most automobiles, it has neither speedometer, nor gas gauge, nor any of the other numerous idiot lights which plague the modern driver. Rather, if the driver makes a mistake, a giant “?” lights up in the center of the dashboard. “The experienced driver,” says Thompson, “will usually know what's wrong.”