aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/general_io.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-051-1/+15
* [ruby/reline] Suppress callbacks in pastingaycabta2020-12-051-0/+4
* [ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta2020-02-021-0/+4
* Always use UTF-8 for Reline::GeneralIO on Windowsaycabta2020-01-261-1/+1
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-141-0/+4
* Remove freezeaycabta2019-10-181-1/+1
* Add stub set_screen_size for other platformsaycabta2019-08-291-0/+3
* Use inputrc data for keystroke settingaycabta2019-06-011-1/+1
* Seprate raw keystroke config for each platformsNobuyoshi Nakada2019-06-011-0/+2
* Support Meta key in Relineaycabta2019-05-241-0/+7
* Split namespace of env-dependent I/O classesaycabta2019-05-131-0/+55