aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/line_editor.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Remove FIXME comment in #renderaycabta2021-06-211-1/+0
* [ruby/reline] Remove TODO comment in #render_partialaycabta2021-06-211-1/+0
* [ruby/reline] Reset @rest_height when clear screenaycabta2021-04-021-0/+1
* [ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta2021-03-241-4/+12
* [ruby/reline] Support preposing and postposing for Reline.completion_procaycabta2021-03-241-2/+32
* [ruby/reline] Reline.delete_text removes the current line in multilineaycabta2021-03-241-4/+26
* [ruby/reline] Use UTF-8 only for width calc, rest uses original encodingaycabta2021-02-211-2/+3
* [ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...Yoshinao Muramatu2021-02-211-2/+2
* [ruby/reline] We still need support new and legacy behavior.Yoshinao Muramatu2021-02-211-7/+15
* [ruby/reline] Avoid tripping over nil promptEamonn Webster2021-02-211-0/+1
* [ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta2021-02-071-4/+18
* [ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta2021-02-071-1/+1
* [ruby/reline] The vi_histedit supports multilineaycabta2021-02-071-2/+14
* [ruby/reline] Move cursor just after the last line when finishedaycabta2021-02-071-0/+1
* [ruby/reline] Update cursor info by inserting newline even if not in pastingaycabta2021-02-071-1/+1
* [ruby/reline] Handle past logs correctly when the code is higher than the screenaycabta2021-02-071-2/+7
* [ruby/reline] Show all lines higher than the screen when finishedaycabta2021-02-071-0/+13
* [ruby/reline] Scroll down when ^C is pressedaycabta2021-02-071-0/+8
* [ruby/reline] Remove an unused variableaycabta2021-02-071-1/+0
* [ruby/reline] Initialize uninitialized variables in testsaycabta2021-02-071-0/+2
* [ruby/reline] Cache pasting state in processing a keyaycabta2021-02-071-13/+23
* [ruby/reline] Support for change in Windows-specific behavior at eolaycabta2021-01-181-15/+7
* [ruby/reline] Initialize a variable just in caseaycabta2021-01-181-0/+1
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-131-0/+3
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-131-2/+2
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-1/+1
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-081-0/+7
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+1
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-081-16/+16
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-1/+3
* [ruby/reline] Doesn't contain terminate spaces by cwaycabta2020-12-241-1/+4
* [ruby/reline] Use #bytesize for vi_replace_charaycabta2020-12-241-2/+2
* [ruby/reline] Suppress crashing when boken prompt_list is givenaycabta2020-12-241-0/+1
* [ruby/reline] Discard prompt cache by changing mode iconaycabta2020-12-241-25/+30
* [ruby/reline] Support isearch-terminatorsaycabta2020-12-221-1/+3
* [ruby/reline] Render refreshed prompt just after i-search finishedaycabta2020-12-221-0/+4
* [ruby/reline] Use cached prompt list when just moved the cursoraycabta2020-12-191-1/+9
* [ruby/reline] Yank by em-kill-region correctlyaycabta2020-12-191-1/+3
* [ruby/reline] Bind yank-pop correctlyaycabta2020-12-191-0/+2
* [ruby/reline] Support longer than screen heightaycabta2020-12-171-59/+162
* Fixing glitchy kill ring behavior in irbYale Kozinski2020-12-171-1/+1
* [ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi2020-12-111-0/+5
* [ruby/reline] Editing to initial content is not just cursor movingaycabta2020-12-081-1/+2
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-051-0/+1
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-051-2/+8
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-051-1/+3
* [ruby/reline] Cache dynamic prompt for 0.5secaycabta2020-12-051-1/+8
* [ruby/reline] Stop rerendering if the cursor is only movedaycabta2020-12-051-0/+33
* [ruby/reline] Split #rerender method that is too hugeaycabta2020-12-051-145/+167
* [ruby/reline] Stop rerendering whole screen when adding newline at end of bufferaycabta2020-12-051-1/+20