Method: Zgomot::UI::TextWindow#display
- Defined in:
- lib/zgomot/ui/windows.rb
#display(new_text = nil) ⇒ Object
267 268 269 270 271 272 |
# File 'lib/zgomot/ui/windows.rb', line 267 def display(new_text=nil) @text = new_text || text set_color(color) { write(top, left, text) } end |