summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-03-24[ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta
2021-03-24[ruby/reline] Support preposing and postposing for Reline.completion_procaycabta
2021-03-24[ruby/reline] Reline.delete_text removes the current line in multilineaycabta
2021-02-26[ruby/reline] Version 0.2.4aycabta
2021-02-22[ruby/reline] fix Reline::Windows.getconsolemode buffercremno
2021-02-21[ruby/reline] Use UTF-8 only for width calc, rest uses original encodingaycabta
2021-02-21[ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...Yoshinao Muramatu
2021-02-21[ruby/reline] We still need support new and legacy behavior.Yoshinao Muramatu
2021-02-21[ruby/reline] Avoid tripping over nil promptEamonn Webster
2021-02-21[ruby/reline] Return 1 when char width not foundaycabta
2021-02-07[ruby/reline] Version 0.2.3aycabta
2021-02-07[ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta
2021-02-07[ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta
2021-02-07[ruby/reline] The vi_histedit supports multilineaycabta
2021-02-07[ruby/reline] Move cursor just after the last line when finishedaycabta
2021-02-07[ruby/reline] Update cursor info by inserting newline even if not in pastingaycabta
2021-02-07[ruby/reline] Handle past logs correctly when the code is higher than the screenaycabta
2021-02-07[ruby/reline] Show all lines higher than the screen when finishedaycabta
2021-02-07[ruby/reline] Scroll down when ^C is pressedaycabta
2021-02-07[ruby/reline] Remove an unused variableaycabta
2021-02-07[ruby/reline] Initialize uninitialized variables in testsaycabta
2021-02-07[ruby/reline] Cache pasting state in processing a keyaycabta
2021-01-18[ruby/irb] [ruby/irb] [ruby/reline] Version 0.2.2aycabta
2021-01-18[ruby/reline] Reline::Windows.erase_after_cursor erases attributes tooaycabta
2021-01-18[ruby/reline] Support for change in Windows-specific behavior at eolaycabta
2021-01-18[ruby/reline] Initialize a variable just in caseaycabta
2021-01-13[ruby/reline] Version 0.2.1aycabta
2021-01-13[ruby/reline] Move the cursor correctly when deleting at eolaycabta
2021-01-13[ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta
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