Skip to content

Commit

Permalink
Add URL reference of history-size
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Apr 25, 2020
1 parent 298144b commit 1342019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reline/config.rb
Expand Up @@ -52,6 +52,7 @@ def initialize
@key_actors[:emacs] = Reline::KeyActor::Emacs.new
@key_actors[:vi_insert] = Reline::KeyActor::ViInsert.new
@key_actors[:vi_command] = Reline::KeyActor::ViCommand.new
# https://tiswww.case.edu/php/chet/readline/readline.html#IDX25
@history_size = -1 # unlimited
@keyseq_timeout = 500
@test_mode = false
Expand Down

0 comments on commit 1342019

Please sign in to comment.