Method: Intent::UI::Window#draw
- Defined in:
- lib/intent/ui/ttyui.rb
#draw ⇒ Object
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/intent/ui/ttyui.rb', line 73 def draw @cursor.clear_screen print box_frame @panels.each do |panel| @cursor.move_to print panel.draw end end |