Method: ICurses::IWindow#with_attr

Defined in:
lib/ektoplayer/ui.rb

#with_attr(attr) ⇒ Object



312
313
314
# File 'lib/ektoplayer/ui.rb', line 312

def with_attr(attr)
   attron(attr); yield; attroff(attr)
end