# File lib/sup/buffer.rb, line 110
  def draw status
    @mode.draw
    draw_status status
    commit
    @atime = Time.now
  end