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

instance method Curses::Window#attron

attron(attrs) -> Integer | true

[TODO]

Turns off the named attributes +attrs+ without turning any other attributes on or off.

[PARAM] attrs:

[SEE_ALSO] Curses::Window#attrset

class Curses::Window