summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
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
2020-01-20[ruby/reline] Implement vi_to_next_charaycabta
2020-01-17Implement vi_insert_at_bol and vi_add_at_eolaycabta
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2020-01-06Support history-size in .inputrc correctlyaycabta
2020-01-06Complete indented and quoted string correctlyaycabta
2020-01-05Rescue EOFErroraycabta
2020-01-05[ruby/reline] Sort completion listKOBAYASHI Shuji
2019-12-31[ruby/reline] Degenerate the terminal size to [$LINES, $COLUMNS] if it is unk...Yusuke Endoh
2019-12-27Drop an invalid char as UTF-8aycabta
2019-12-25[ruby/reline] Version 0.1.2aycabta
2019-12-25Save last breaking point to completeaycabta
2019-12-25[ruby/reline] Version 0.1.1aycabta
2019-12-25The behavior of vi_end_of_transmission should be the same of vi_list_or_eofaycabta
2019-12-25^D on non-empty line in vi mode behaves like Enteraycabta
2019-12-24Remove unused variableaycabta