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

module function Curses.#bkgdset

bkgdset(ch) -> nil

Manipulate the background of the named window with character Integer +ch+

The background becomes a property of the character and moves with the character through any scrolling and insert/delete line/character operations.

[SEE_ALSO] curs_bkgd(3)

module Curses