# File lib/sup/buffer.rb, line 93
  def redraw status
    if @dirty
      draw status 
    else
      draw_status status
    end

    commit
  end