summaryrefslogtreecommitdiff
path: root/lib/reline/general_io.rb
AgeCommit message (Expand)Author
2021-12-11[ruby/reline] Prefer wait_readable for fiber scheduler.Samuel Williams
2021-09-01Reline::GeneralIO should work fine without ttyaycabta
2021-06-21[ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2020-12-05[ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta
2020-12-05[ruby/reline] Suppress callbacks in pastingaycabta
2020-02-02[ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta
2020-01-26Always use UTF-8 for Reline::GeneralIO on Windowsaycabta
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2019-10-18Remove freezeaycabta
2019-08-29Add stub set_screen_size for other platformsaycabta
2019-06-01Use inputrc data for keystroke settingaycabta
2019-06-01Seprate raw keystroke config for each platformsNobuyoshi Nakada
2019-05-24Support Meta key in Relineaycabta
2019-05-13Split namespace of env-dependent I/O classesaycabta