# File lib/sup/modes/scroll-mode.rb, line 101
  def col_left
    return unless @leftcol > 0
    @leftcol -= COL_JUMP
    buffer.mark_dirty
  end