# File lib/rbreadline.rb, line 2558
  def cr_faster(new, cur)
    (new + 1) < (cur - new)
  end