Method: RubyCurses::TextView#color_parser
- Defined in:
- lib/rbcurse/core/widgets/rtextview.rb
#color_parser(f) ⇒ Object
supply with a color parser, if you supplied formatted text
452 453 454 455 456 |
# File 'lib/rbcurse/core/widgets/rtextview.rb', line 452 def color_parser f $log.debug "XXX: parser setting color_parser to #{f} " #@window.color_parser f @color_parser = f end |