# File lib/sup/modes/contact-list-mode.rb, line 125
  def update_text_for_line line
    @text[line] = text_for_contact @contacts[line]
    buffer.mark_dirty if buffer
  end