summaryrefslogtreecommitdiff
path: root/lib/reline.rb
AgeCommit message (Expand)Author
2021-08-29[ruby/reline] Remove dialog_proc_list accessor of Relineaycabta
2021-08-29[ruby/reline] Move constants of dialogs to under Relineaycabta
2021-08-29[ruby/reline] Use default dialog context to communicate othersaycabta
2021-08-29[ruby/reline] Use colored doc output with ANSI escape sequenceaycabta
2021-08-29[ruby/reline] Support custom bg coloraycabta
2021-08-29[ruby/reline] Show method or class doc correctlyaycabta
2021-08-29[ruby/reline] Implement doc display dialog in conjunction with autocompleteaycabta
2021-08-29[ruby/reline] Add the ability to handle context between dialogsaycabta
2021-08-29[ruby/reline] Support for multiple dialog renderingaycabta
2021-08-29[ruby/reline] Cut out the autocomplete callbackaycabta
2021-08-29[ruby/reline] Implement dynamic selection of candidatesaycabta
2021-08-29[ruby/reline] Remove unnecessary conditionaycabta
2021-08-29[ruby/reline] Fix typoaycabta
2021-08-29[ruby/reline] Show autocomplete correctly when starts from prev lineaycabta
2021-08-29[ruby/reline] Display autocomplete below original line if end point was wrappedaycabta
2021-08-29[ruby/reline] Implement dialog with autocomplete callbackaycabta
2021-07-30[ruby/reline] Add require 'reline/terminfo' to use Reline::Terminfo.enabled?aycabta
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21[ruby/reline] Fix explamation of #read_ioaycabta
2021-06-21[ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2021-03-24[ruby/reline] Add Reline.ungetc to control bufferaycabta
2021-02-07[ruby/reline] Cache pasting state in processing a keyaycabta
2020-12-22[ruby/reline] [ruby/reline] Remove unused `attr_writer`ima1zumi
2020-12-22[ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi
2020-12-17[ruby/reline] Make a log file on windows if debug env is setaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-12-05[ruby/reline] Suppress callbacks in pastingaycabta
2020-08-18[ruby/reline] Add require 'rbconfig' to use RbConfigaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-08-18[ruby/reline] Check Errno::EIOaycabta
2020-05-14Reline callbacks can take nilaycabta
2020-03-26[ruby/reline] Suppress error when check ambiguous char width in LANG=Caycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-02-14[ruby/reline] Use IO#write instead of IO#printaycabta
2020-01-26Always refer to Reline::IOGate.encodingaycabta
2020-01-21Reline: Use a more robust detection of MinTTYLars Kanis
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2019-12-17[ruby/reline] Implement completion_append_characterThomas Leitner
2019-12-11Support Readline.completion_quote_character by Relineaycabta
2019-12-10Support completion with case-insensitive fashionaycabta
2019-12-03Support incremental search by last determined wordaycabta
2019-11-21Change argument `Proc` to `#call` defined object.manga_osyo
2019-11-20Mintty on Cygwin isn't a kind of command prompt, can process ANSI escape codeaycabta
2019-11-12Reline#readline and Reline#readmultiline to private.osyo-manga
2019-11-08Suppress "shadowing outer local variable" warning in 2.5aycabta
2019-11-05Only taint on Ruby <2.7Jeremy Evans
2019-10-31Fix verbose warning being emittedJeremy Evans
2019-09-09Reline: Fix wrong variable nameLars Kanis
2019-08-27Remove duplicated delegationaycabta