summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
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
2019-11-15[ruby/reline] Restore left cursor key support on Unix like OSes...aycabta
2019-11-15Implement em_set_mark and em_exchange_markaycabta
2019-11-08Suppress "shadowing outer local variable" warning in 2.5aycabta
2019-11-02Use prompt_list to calculate height by linesaycabta
2019-10-29Version 0.0.4aycabta
2019-10-25Rename old var name with new nameaycabta
2019-10-24Treat only left alt key as meta-key on Windowsaycabta
2019-10-24Support forced enter insertion by Ctrl+Enter on Windowsaycabta
2019-10-23Fix indent...aycabta
2019-10-18Treat key sequences from getwch() that start from 0 or 0xE0 correctlyaycabta
2019-10-18Add numeric keypad key sequences on Windowsaycabta
2019-10-18Remove freezeaycabta
2019-10-18Ignore the input method key sequence from getwch() correctlyaycabta
2019-10-18Insert multiline incremental search result correctlyaycabta
2019-10-17Remove unused variableaycabta
2019-10-17Refactor prompt generation logicaycabta
2019-10-17Calculate prompt width correctlyaycabta