# File lib/highline.rb, line 646
  def page_at=( setting )
    @page_at = setting == :auto ? output_rows - 2 : setting
  end