summaryrefslogtreecommitdiff
path: root/lib/reline/history.rb
AgeCommit message (Collapse)Author
2020-04-29[ruby/reline] Negative history_size means unlimitedaycabta
And unlimited is default. https://github.com/ruby/reline/commit/f5149c3ca6
2020-04-29[ruby/reline] New items to history are dropped if history_size is zeroaycabta
https://github.com/ruby/reline/commit/9bdbed9cbc
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
The command prompt on Windows always uses Unicode to take input and print output but most Reline implementation depends on Encoding.default_external. This commit introduces an abstracted structure about the encoding of Reline.
2019-12-01Reline::HISTORY can take Range objectaycabta
2019-07-15Remove unused method.manga_osyo
2019-07-15Add `class Reline::History` and test.manga_osyo