142 143 144 145 146 147 148 149 150
# File 'lib/termular/ui.rb', line 142 def render Console.clear begin current_graph.render if current_graph and current_graph.needs_redraw rescue => e show_exception e.message end draw_status_line end