# File lib/rbreadline.rb, line 5386
  def previous_history()
    @history_offset!=0 ? @the_history[@history_offset-=1] : nil
  end