aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] [ruby/irb] [ruby/reline] Version 0.2.2aycabta2021-01-181-1/+1
* [ruby/reline] Reline::Windows.erase_after_cursor erases attributes tooaycabta2021-01-181-0/+1
* [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] Version 0.2.1aycabta2021-01-131-1/+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] Add acknowledgments and license for rb-readlineaycabta2021-01-081-1/+1
* [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-082-22/+22
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-1/+3
* [ruby/reline] 0.2.0aycabta2020-12-251-1/+1
* [ruby/reline] Doesn't contain terminate spaces by cwaycabta2020-12-242-2/+6
* [ruby/reline] Use #bytesize for vi_replace_charaycabta2020-12-241-2/+2
* [ruby/reline] Delete the last char of a line by dwaycabta2020-12-241-3/+3
* [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-222-2/+5
* [ruby/reline] Render refreshed prompt just after i-search finishedaycabta2020-12-221-0/+4
* [ruby/reline] Version 0.1.10aycabta2020-12-201-1/+1
* [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-192-1/+3
* [ruby/reline] Add Enumerable to KillRing for debuggingaycabta2020-12-191-0/+12
* [ruby/reline] Use plus operator to create unfrozen stringRobert Schulze2020-12-171-1/+1
* [ruby/reline] Support longer than screen height on Windowsaycabta2020-12-171-1/+8
* [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
* Cope with frozen-string-literalRobert Schulze2020-12-051-1/+1
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-051-0/+1
* [ruby/reline] Support bracketed paste modeaycabta2020-12-052-2/+44
* [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] Version 0.1.9aycabta2020-12-051-1/+1
* [ruby/reline] Stop rerendering whole screen when adding newline at end of bufferaycabta2020-12-051-1/+20
* [ruby/reline] Optimize regexp handling for widthaycabta2020-12-051-14/+23
* [ruby/reline] Optimize ASCII character width calculationaycabta2020-12-051-0/+6
* [ruby/reline] Key strokes like 2dl should behave d2laycabta2020-12-051-3/+10
* [ruby/reline] Fix crash to input `é`. refs #174manga_osyo2020-12-051-0/+4
* [ruby/reline] Version 0.1.8aycabta2020-12-051-1/+1
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-051-0/+1
* [ruby/reline] Move alias_method to right after original definitionaycabta2020-12-051-1/+1
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-052-1/+17