aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* Merge Reline 0.1.5aycabta2020-09-1612-131/+376
* Ruby 2.7 backport about IRB (#2990)aycabta2020-03-307-39/+233
* [ruby/reline] Version 0.1.2v2_7_0aycabta2019-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
* Support disable-completionaycabta2019-12-051-13/+17
* Fix variable catchaycabta2019-12-051-1/+1
* Fix auto-indent behavior correctlyaycabta2019-12-031-6/+3
* Support incremental search by last determined wordaycabta2019-12-031-4/+32
* The C-r in vi command mode is also incremental searchaycabta2019-12-031-1/+1
* Support incremental search again by C-r in incremental searchaycabta2019-12-021-2/+9
* Process Backspace key in incremental search correctlyaycabta2019-12-021-3/+3
* Search history to back in the middle of historiesaycabta2019-12-021-5/+7
* The ed_search_prev_history should always search to backwardaycabta2019-12-011-1/+6
* Reline::HISTORY can take Range objectaycabta2019-12-011-1/+1
* Delete newline when C-k on emacs mode at EOLaycabta2019-11-281-0/+8
* [ruby/reline] Version 0.0.7aycabta2019-11-211-1/+1
* Version 0.0.6aycabta2019-11-211-1/+1
* Consider escape sequence to calculate prompt widthaycabta2019-11-211-1/+1
* Add <Home> <End> keys.manga_osyo2019-11-211-0/+2
* Fix indent of a line when a newline is inserted to the nextaycabta2019-11-201-0/+20
* Suppress `stty` error on Apple TerminalNobuyoshi Nakada2019-11-191-1/+1
* Remove unnecessary checkaycabta2019-11-181-1/+1
* [ruby/reline] Version 0.0.5aycabta2019-11-171-1/+1