aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Fix Reline::Unicode.take_range as it was not fully functionalaycabta2021-08-311-1/+1
* [ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" lateraycabta2021-08-311-1/+1
* [ruby/reline] Autocompletion dialog height 15aycabta2021-08-311-1/+1
* [ruby/reline] Scroll autocompletion pointer in dialog correctlyaycabta2021-08-311-1/+1
* [ruby/reline] Use DialogRenderInfo structaycabta2021-08-311-1/+2
* [ruby/reline] Fix Reline.autocompletion=() interfaceaycabta2021-08-301-0/+1
* [ruby/reline] Add Reline.autocompletion=() interfaceaycabta2021-08-301-0/+8
* [ruby/reline] Add autocompletion on emacs mode by Tab / S-Tabaycabta2021-08-301-0/+1
* [ruby/reline] Make autocomplete dialog is registered firstaycabta2021-08-291-2/+3
* [ruby/reline] Delete show doc dialog to move it to IRBaycabta2021-08-291-37/+0
* [ruby/reline] Remove an unnecessary variableaycabta2021-08-291-1/+0
* [ruby/reline] Remove dialog_proc_list accessor of Relineaycabta2021-08-291-1/+0
* [ruby/reline] Move constants of dialogs to under Relineaycabta2021-08-291-5/+5
* [ruby/reline] Use default dialog context to communicate othersaycabta2021-08-291-4/+7
* [ruby/reline] Use colored doc output with ANSI escape sequenceaycabta2021-08-291-2/+2
* [ruby/reline] Support custom bg coloraycabta2021-08-291-2/+2
* [ruby/reline] Show method or class doc correctlyaycabta2021-08-291-5/+20
* [ruby/reline] Implement doc display dialog in conjunction with autocompleteaycabta2021-08-291-1/+26
* [ruby/reline] Add the ability to handle context between dialogsaycabta2021-08-291-4/+4
* [ruby/reline] Support for multiple dialog renderingaycabta2021-08-291-6/+12
* [ruby/reline] Cut out the autocomplete callbackaycabta2021-08-291-31/+33
* [ruby/reline] Implement dynamic selection of candidatesaycabta2021-08-291-3/+10
* [ruby/reline] Remove unnecessary conditionaycabta2021-08-291-5/+4
* [ruby/reline] Fix typoaycabta2021-08-291-1/+1
* [ruby/reline] Show autocomplete correctly when starts from prev lineaycabta2021-08-291-2/+6
* [ruby/reline] Display autocomplete below original line if end point was wrappedaycabta2021-08-291-1/+5
* [ruby/reline] Implement dialog with autocomplete callbackaycabta2021-08-291-0/+24
* [ruby/reline] Add require 'reline/terminfo' to use Reline::Terminfo.enabled?aycabta2021-07-301-0/+1
* Rescue conversion error of inputrcaycabta2021-06-211-0/+2
* [ruby/reline] Fix explamation of #read_ioaycabta2021-06-211-5/+6
* [ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans2021-06-211-5/+13
* [ruby/reline] Separate keystrokes each editing modeaycabta2021-04-081-3/+1
* [ruby/reline] Add Reline.ungetc to control bufferaycabta2021-03-241-0/+4
* [ruby/reline] Cache pasting state in processing a keyaycabta2021-02-071-0/+2
* [ruby/reline] [ruby/reline] Remove unused `attr_writer`ima1zumi2020-12-221-1/+0
* [ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi2020-12-221-2/+7
* [ruby/reline] Make a log file on windows if debug env is setaycabta2020-12-171-1/+5
* [ruby/reline] Support bracketed paste modeaycabta2020-12-051-2/+12
* [ruby/reline] Suppress callbacks in pastingaycabta2020-12-051-0/+6
* [ruby/reline] Add require 'rbconfig' to use RbConfigaycabta2020-08-181-0/+1
* [ruby/reline] Support mode iconMark Delk2020-08-181-1/+2
* [ruby/reline] Check Errno::EIOaycabta2020-08-181-0/+2
* Reline callbacks can take nilaycabta2020-05-141-5/+5
* [ruby/reline] Suppress error when check ambiguous char width in LANG=Caycabta2020-03-261-2/+8
* [ruby/reline] Work with wrong $/ value correctlyaycabta2020-03-261-3/+3
* [ruby/reline] Use IO#write instead of IO#printaycabta2020-02-141-1/+1
* Always refer to Reline::IOGate.encodingaycabta2020-01-261-13/+15
* Reline: Use a more robust detection of MinTTYLars Kanis2020-01-211-2/+1
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-141-14/+19
* [ruby/reline] Implement completion_append_characterThomas Leitner2019-12-171-0/+1