aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/history.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/reline] Negative history_size means unlimitedaycabta2020-04-291-11/+27
| | | | | | And unlimited is default. https://github.com/ruby/reline/commit/f5149c3ca6
* [ruby/reline] New items to history are dropped if history_size is zeroaycabta2020-04-291-0/+4
| | | | https://github.com/ruby/reline/commit/9bdbed9cbc
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-141-3/+3
| | | | | | 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.
* Reline::HISTORY can take Range objectaycabta2019-12-011-1/+1
|
* Remove unused method.manga_osyo2019-07-151-4/+0
|
* Add `class Reline::History` and test.manga_osyo2019-07-151-0/+60