summaryrefslogtreecommitdiff
path: root/lib/reline/history.rb
AgeCommit message (Collapse)Author
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