aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze2020-08-291-4/+6
* [ruby/reline] Move width calculator methods to Reline::Unicodeaycabta2020-08-282-64/+72
* [ruby/reline] fix cursor_pos regexp matchtompng2020-08-281-3/+4
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-08-181-1/+1
* [ruby/reline] Get rid of loading pathname unnecessarilyNobuyoshi Nakada2020-08-182-4/+1
* [ruby/reline] Use the standard SPDX ID for license in gemspecMaciej Mensfeld2020-08-181-1/+1
* [ruby/reline] Remove duplicated line of codeaycabta2020-08-181-1/+0
* [ruby/reline] Keep original characters in inputrcaycabta2020-08-181-4/+12
* [ruby/reline] Support mode iconMark Delk2020-08-182-0/+46
* [ruby/reline] Use single quotes for non-expanded string literalsaycabta2020-08-181-0/+2
* [ruby/reline] Check Errno::EIOaycabta2020-08-181-0/+3
* [ruby/reline] Add home/end mapping for urxvt and relativesTomás Pollak2020-08-181-0/+4
* [ruby/reline] Remove unnecessary TODO commnetaycabta2020-05-171-1/+1
* [ruby/reline] If history-size isn't numeric, it should be 500aycabta2020-05-171-1/+5
* Some I/O in test doesn't have "position"aycabta2020-05-121-3/+10
* [ruby/reline] Add URL reference of history-sizeaycabta2020-04-291-0/+1
* [ruby/reline] Version 0.1.4aycabta2020-04-291-1/+1
* [ruby/reline] Negative history_size means unlimitedaycabta2020-04-292-12/+28
* [ruby/reline] New items to history are dropped if history_size is zeroaycabta2020-04-291-0/+4
* [ruby/reline] Ignore non-absolute XDG_CONFIG_HOMENobuyoshi Nakada2020-04-291-5/+6
* [ruby/reline] Treat home dir correctlyaycabta2020-04-241-2/+4
* [ruby/reline] Support XDG_CONFIG_HOMEaycabta2020-04-241-5/+17
* [ruby/reline] Add ed_search_next_historyaycabta2020-04-181-0/+52
* [ruby/reline] Add ed_search_prev_historyaycabta2020-04-181-0/+47
* [ruby/reline] Use vi_search_{prev,next} to incremental searchaycabta2020-04-184-14/+14
* [ruby/reline] Rename search_history with incremental_search_historyaycabta2020-04-181-3/+3
* [ruby/reline] Suppress error in case INPUTRC env is emptyaycabta2020-03-261-1/+10
* [ruby/reline] Work with wrong $/ value correctlyaycabta2020-03-261-1/+1
* [ruby/reline] Version 0.1.3aycabta2020-02-151-1/+1
* [ruby/reline] Use IO#write instead of IO#printaycabta2020-02-143-11/+11
* [ruby/reline] Organize special keys escape sequencesaycabta2020-02-091-3/+22
* [ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta2020-02-024-3/+23
* [ruby/reline] Fix Reline::Windows#scroll_downaycabta2020-02-021-1/+1
* [ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]aycabta2020-01-291-0/+2
* Always use UTF-8 for Reline::GeneralIO on Windowsaycabta2020-01-261-1/+1
* Reline: Use a more robust detection of MinTTYLars Kanis2020-01-211-0/+29
* [ruby/reline] Implement vi_change_metaaycabta2020-01-211-0/+12
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-201-0/+48
* [ruby/reline] Implement vi_to_next_charaycabta2020-01-201-2/+12
* Implement vi_insert_at_bol and vi_add_at_eolaycabta2020-01-171-0/+10
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-145-9/+21
* Support history-size in .inputrc correctlyaycabta2020-01-061-3/+5
* Complete indented and quoted string correctlyaycabta2020-01-061-2/+6
* Rescue EOFErroraycabta2020-01-051-0/+3
* [ruby/reline] Sort completion listKOBAYASHI Shuji2020-01-051-1/+1
* [ruby/reline] Degenerate the terminal size to [$LINES, $COLUMNS] if it is unk...Yusuke Endoh2019-12-311-1/+5
* Drop an invalid char as UTF-8aycabta2019-12-271-0/+10
* [ruby/reline] Version 0.1.2aycabta2019-12-251-1/+1
* Save last breaking point to completeaycabta2019-12-251-0/+1
* [ruby/reline] Version 0.1.1aycabta2019-12-251-1/+1