Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > cursesライブラリ > Cursesモジュール > bkgd

module function Curses.#bkgd

bkgd(ch) -> bool

[TODO]

Window background manipulation routines.

Set the background property of the current and then apply the character Integer +ch+ setting to every character position in that window.

[SEE_ALSO] curs_bkgd(3)

module Curses