summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2020-09-14[ruby/reline] Version 0.1.5aycabta
2020-09-12Suppress "assigned but unused variable" warningaycabta
2020-09-12[ruby/reline] Support for word movement escape sequences in iTerm2aycabta
2020-09-12[ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta
2020-09-12[ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta
2020-09-12[ruby/reline] Stop using chomp option of lines methodaycabta
2020-09-12[ruby/reline] Stop erasing chars after the cursor at eolaycabta
2020-09-12[ruby/reline] Skip the nil obtained from getcaycabta
2020-09-12[ruby/reline] not clear scrollback bufferYoshinao Muramatu
2020-09-12[ruby/reline] clear_screen use Windows APIYoshinao Muramatu
2020-09-12[ruby/reline] Use str.encoding by default for split_by_widthaycabta
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-08-29Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze
2020-08-28[ruby/reline] Move width calculator methods to Reline::Unicodeaycabta
2020-08-28[ruby/reline] fix cursor_pos regexp matchtompng
2020-08-18Strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-08-18[ruby/reline] Get rid of loading pathname unnecessarilyNobuyoshi Nakada
2020-08-18[ruby/reline] Use the standard SPDX ID for license in gemspecMaciej Mensfeld
2020-08-18[ruby/reline] Remove duplicated line of codeaycabta
2020-08-18[ruby/reline] Keep original characters in inputrcaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-08-18[ruby/reline] Use single quotes for non-expanded string literalsaycabta
2020-08-18[ruby/reline] Check Errno::EIOaycabta
2020-08-18[ruby/reline] Add home/end mapping for urxvt and relativesTomás Pollak
2020-05-17[ruby/reline] Remove unnecessary TODO commnetaycabta
2020-05-17[ruby/reline] If history-size isn't numeric, it should be 500aycabta
2020-05-12Some I/O in test doesn't have "position"aycabta
2020-04-29[ruby/reline] Add URL reference of history-sizeaycabta
2020-04-29[ruby/reline] Version 0.1.4aycabta
2020-04-29[ruby/reline] Negative history_size means unlimitedaycabta
2020-04-29[ruby/reline] New items to history are dropped if history_size is zeroaycabta
2020-04-29[ruby/reline] Ignore non-absolute XDG_CONFIG_HOMENobuyoshi Nakada
2020-04-24[ruby/reline] Treat home dir correctlyaycabta
2020-04-24[ruby/reline] Support XDG_CONFIG_HOMEaycabta
2020-04-18[ruby/reline] Add ed_search_next_historyaycabta
2020-04-18[ruby/reline] Add ed_search_prev_historyaycabta
2020-04-18[ruby/reline] Use vi_search_{prev,next} to incremental searchaycabta
2020-04-18[ruby/reline] Rename search_history with incremental_search_historyaycabta
2020-03-26[ruby/reline] Suppress error in case INPUTRC env is emptyaycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-02-15[ruby/reline] Version 0.1.3aycabta
2020-02-14[ruby/reline] Use IO#write instead of IO#printaycabta
2020-02-09[ruby/reline] Organize special keys escape sequencesaycabta
2020-02-02[ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta
2020-02-02[ruby/reline] Fix Reline::Windows#scroll_downaycabta
2020-01-29[ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]aycabta
2020-01-26Always use UTF-8 for Reline::GeneralIO on Windowsaycabta
2020-01-21Reline: Use a more robust detection of MinTTYLars Kanis
2020-01-21[ruby/reline] Implement vi_change_metaaycabta
2020-01-20[ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta