aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* 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
* Insert multiline incremental search result correctlyaycabta2019-10-181-3/+18
* Remove unused variableaycabta2019-10-171-1/+0
* Refactor prompt generation logicaycabta2019-10-171-34/+17
* Calculate prompt width correctlyaycabta2019-10-171-7/+9
* Collect multiline prompt logic into a methodaycabta2019-10-171-35/+17
* Support multiline history in incremental searchaycabta2019-10-161-3/+17
* Support backspace in incremental searchaycabta2019-10-161-1/+1
* C-r is incremental history search in vi insert modeaycabta2019-10-161-1/+1
* Version 0.0.3aycabta2019-10-071-1/+1
* Flush console just after printingaycabta2019-10-071-0/+2
* Use built-in Win32API on JRubyaycabta2019-10-071-33/+37
* Get rid of `IO.select` to fix multiline pasteNobuyoshi Nakada2019-09-261-8/+1
* Use short wait for select(2)aycabta2019-09-231-2/+2