summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-01-08[ruby/reline] Add acknowledgments and license for rb-readlineaycabta
2021-01-08[ruby/reline] Suppress auto indent for adding newlines in pastingaycabta
2021-01-08[ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta
2021-01-08[ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta
2021-01-08[ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta
2021-01-08[ruby/reline] Update cursor correctly when just cursor movingaycabta
2020-12-25[ruby/reline] 0.2.0aycabta
2020-12-24[ruby/reline] Doesn't contain terminate spaces by cwaycabta
2020-12-24[ruby/reline] Use #bytesize for vi_replace_charaycabta
2020-12-24[ruby/reline] Delete the last char of a line by dwaycabta
2020-12-24[ruby/reline] Suppress crashing when boken prompt_list is givenaycabta
2020-12-24[ruby/reline] Discard prompt cache by changing mode iconaycabta
2020-12-22[ruby/reline] Support isearch-terminatorsaycabta
2020-12-22[ruby/reline] Render refreshed prompt just after i-search finishedaycabta
2020-12-20[ruby/reline] Version 0.1.10aycabta
2020-12-19[ruby/reline] Use cached prompt list when just moved the cursoraycabta
2020-12-19[ruby/reline] Yank by em-kill-region correctlyaycabta
2020-12-19[ruby/reline] Bind yank-pop correctlyaycabta
2020-12-19[ruby/reline] Add Enumerable to KillRing for debuggingaycabta
2020-12-17[ruby/reline] Use plus operator to create unfrozen stringRobert Schulze
2020-12-17[ruby/reline] Support longer than screen height on Windowsaycabta
2020-12-17[ruby/reline] Support longer than screen heightaycabta
2020-12-17Fixing glitchy kill ring behavior in irbYale Kozinski
2020-12-11[ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi
2020-12-08[ruby/reline] Editing to initial content is not just cursor movingaycabta
2020-12-05Cope with frozen-string-literalRobert Schulze
2020-12-05[ruby/reline] Process insertion buffer forciblyaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-12-05[ruby/reline] Forced newline insertion is not just cursor movingaycabta
2020-12-05[ruby/reline] Drop prompt list cache when num of lines is changedaycabta
2020-12-05[ruby/reline] Cache dynamic prompt for 0.5secaycabta
2020-12-05[ruby/reline] Stop rerendering if the cursor is only movedaycabta
2020-12-05[ruby/reline] Split #rerender method that is too hugeaycabta
2020-12-05[ruby/reline] Version 0.1.9aycabta
2020-12-05[ruby/reline] Stop rerendering whole screen when adding newline at end of bufferaycabta
2020-12-05[ruby/reline] Optimize regexp handling for widthaycabta
2020-12-05[ruby/reline] Optimize ASCII character width calculationaycabta
2020-12-05[ruby/reline] Key strokes like 2dl should behave d2laycabta
2020-12-05[ruby/reline] Fix crash to input `é`. refs #174manga_osyo
2020-12-05[ruby/reline] Version 0.1.8aycabta
2020-12-05[ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta
2020-12-05[ruby/reline] Move alias_method to right after original definitionaycabta
2020-12-05[ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta
2020-12-05[ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta
2020-12-05[ruby/reline] Implement vi_yankaycabta
2020-12-05[ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta
2020-12-05[ruby/reline] Unimplemented vi command should be no-opaycabta
2020-12-05[ruby/reline] Keep operator proc as a local variable in the scopeaycabta
2020-12-05[ruby/reline] Skip em_exchange_mark without markaycabta
2020-12-05[ruby/reline] Backspace and C-h should be unassigned on vi command modeaycabta