# File lib/sup/modes/scroll-mode.rb, line 244
  def draw_line_from_string ln, s, opts
    buffer.write ln - @topline, 0, s[@leftcol .. -1], :highlight => opts[:highlight]
  end