# File lib/sup/modes/text-mode.rb, line 38
  def text= t
    @text = t
    update_lines
    if buffer
      ensure_mode_validity
      buffer.mark_dirty 
    end
  end