Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > cursesライブラリ > Curses::Windowクラス > attroff

instance method Curses::Window#attroff

attroff(attrs) -> Integer | true

[TODO]

Turns off the named attributes +attrs+ without affecting any others.

[PARAM] attrs:

[SEE_ALSO] Curses::Window#attrset

class Curses::Window