summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2020-09-16Merge Reline 0.1.5aycabta
2020-03-30Ruby 2.7 backport about IRB (#2990)aycabta
2019-12-25[ruby/reline] Version 0.1.2v2_7_0aycabta
2019-12-25Save last breaking point to completeaycabta
2019-12-25[ruby/reline] Version 0.1.1aycabta
2019-12-25The behavior of vi_end_of_transmission should be the same of vi_list_or_eofaycabta
2019-12-25^D on non-empty line in vi mode behaves like Enteraycabta
2019-12-24Remove unused variableaycabta
2019-12-24The delete-char-or-list shows completed list when called at end of lineaycabta
2019-12-24[ruby/reline] Version 0.1.0aycabta
2019-12-23[ruby/reline] Use IO#raw to read one byteNobuyoshi Nakada
2019-12-22Support multibyte inputNobuyoshi Nakada
2019-12-22[ruby/reline] Support Ctrl+right as em_next_word, and Ctrl+left as ed_prev_wordYusuke Endoh
2019-12-22Remove TODO commentaycabta
2019-12-22[ruby/reline] Preserve the input buffer across cursor_posYusuke Endoh
2019-12-22[ruby/reline] Consider Reline::ANSI.input at prepNobuyoshi Nakada
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-17Remove an unnecessary variableaycabta
2019-12-17Remove unnecessary branchesaycabta
2019-12-17[ruby/reline] Implement completion_append_characterThomas Leitner
2019-12-17[ruby/reline] Disable any implementation-defined special control charactersNobuyoshi Nakada
2019-12-17Support change search directionaycabta
2019-12-17Support forward-search-history by C-saycabta
2019-12-13Show a menu before a documentaycabta
2019-12-12Suppress to crash IRB if completed list has nilaycabta
2019-12-11Add a message for CompatibilityErroraycabta
2019-12-11Support Readline.completion_quote_character by Relineaycabta
2019-12-10Change encoding of completion stringsaycabta
2019-12-10Support completion with case-insensitive fashionaycabta
2019-12-09Fix encoding compatibility checking of completion correctlyaycabta
2019-12-07[ruby/reline] Support Ruby 2.5 or later for String#grapheme_clustersaycabta
2019-12-05Support disable-completionaycabta
2019-12-05Fix variable catchaycabta
2019-12-03Fix auto-indent behavior correctlyaycabta
2019-12-03Support incremental search by last determined wordaycabta
2019-12-03The C-r in vi command mode is also incremental searchaycabta
2019-12-02Support incremental search again by C-r in incremental searchaycabta
2019-12-02Process Backspace key in incremental search correctlyaycabta
2019-12-02Search history to back in the middle of historiesaycabta
2019-12-01The ed_search_prev_history should always search to backwardaycabta
2019-12-01Reline::HISTORY can take Range objectaycabta
2019-11-28Delete newline when C-k on emacs mode at EOLaycabta
2019-11-21[ruby/reline] Version 0.0.7aycabta
2019-11-21Version 0.0.6aycabta
2019-11-21Consider escape sequence to calculate prompt widthaycabta
2019-11-21Add <Home> <End> keys.manga_osyo
2019-11-20Fix indent of a line when a newline is inserted to the nextaycabta
2019-11-19Suppress `stty` error on Apple TerminalNobuyoshi Nakada
2019-11-18Remove unnecessary checkaycabta
2019-11-17[ruby/reline] Version 0.0.5aycabta