aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/reline] Restore left cursor key support on Unix like OSes...aycabta2019-11-151-1/+1
* Implement em_set_mark and em_exchange_markaycabta2019-11-152-1/+20
* Suppress "shadowing outer local variable" warning in 2.5aycabta2019-11-082-13/+13
* Use prompt_list to calculate height by linesaycabta2019-11-021-12/+14
* Version 0.0.4aycabta2019-10-291-1/+1
* Rename old var name with new nameaycabta2019-10-251-1/+1
* Treat only left alt key as meta-key on Windowsaycabta2019-10-241-2/+3
* Support forced enter insertion by Ctrl+Enter on Windowsaycabta2019-10-241-2/+5
* Fix indent...aycabta2019-10-231-1/+1
* Treat key sequences from getwch() that start from 0 or 0xE0 correctlyaycabta2019-10-181-0/+6
* Add numeric keypad key sequences on Windowsaycabta2019-10-181-0/+7
* Remove freezeaycabta2019-10-183-3/+3
* Ignore the input method key sequence from getwch() correctlyaycabta2019-10-181-1/+2