aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* [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
* The behavior of vi_end_of_transmission should be the same of vi_list_or_eofaycabta2019-12-251-12/+0
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-251-1/+3
* Remove unused variableaycabta2019-12-241-1/+0
* The delete-char-or-list shows completed list when called at end of lineaycabta2019-12-242-6/+27
* [ruby/reline] Version 0.1.0aycabta2019-12-241-1/+1
* [ruby/reline] Use IO#raw to read one byteNobuyoshi Nakada2019-12-232-19/+5
* Support multibyte inputNobuyoshi Nakada2019-12-221-1/+2
* [ruby/reline] Support Ctrl+right as em_next_word, and Ctrl+left as ed_prev_wordYusuke Endoh2019-12-221-0/+2
* Remove TODO commentaycabta2019-12-221-1/+1
* [ruby/reline] Preserve the input buffer across cursor_posYusuke Endoh2019-12-221-1/+5
* [ruby/reline] Consider Reline::ANSI.input at prepNobuyoshi Nakada2019-12-221-7/+16
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Remove an unnecessary variableaycabta2019-12-171-6/+1
* Remove unnecessary branchesaycabta2019-12-171-24/+6
* [ruby/reline] Implement completion_append_characterThomas Leitner2019-12-171-2/+4
* [ruby/reline] Disable any implementation-defined special control charactersNobuyoshi Nakada2019-12-171-5/+1
* Support change search directionaycabta2019-12-171-7/+30
* Support forward-search-history by C-saycabta2019-12-173-26/+74
* Show a menu before a documentaycabta2019-12-131-5/+15
* Suppress to crash IRB if completed list has nilaycabta2019-12-121-1/+1
* Add a message for CompatibilityErroraycabta2019-12-111-1/+1
* Support Readline.completion_quote_character by Relineaycabta2019-12-111-8/+22
* Change encoding of completion stringsaycabta2019-12-101-1/+1
* Support completion with case-insensitive fashionaycabta2019-12-101-4/+16
* Fix encoding compatibility checking of completion correctlyaycabta2019-12-091-1/+1
* [ruby/reline] Support Ruby 2.5 or later for String#grapheme_clustersaycabta2019-12-071-0/+2