summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2021-06-23Add detailed message to assert_external_string_equalaycabta
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21Stop using global constant, RELINE_TEST_ENCODINGaycabta
2021-06-21Call Reline.test_reset in teardown definitelyaycabta
2021-06-21[ruby/reline] Remove an obsolete commented-out testaycabta
2021-06-21[ruby/reline] Add yamatanooroti test about set and exchange markaycabta
2021-06-21[ruby/reline] Reset config for random testaycabta
2021-06-21[ruby/reline] Handle Errno::ENOTTY correctlyaycabta
2021-06-21[ruby/reline] Add a test for pasting Cyrillic chars into command prompt on cp...aycabta
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-06-21[ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta
2021-06-21[ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2021-04-02[ruby/reline] Reset @rest_height when clear screenaycabta
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-21[ruby/reline] Add a test for suppressing crash when dynamic prompt returns emptyaycabta
2021-02-21[ruby/reline] Move script files for yamatanooroti testsaycabta
2021-02-21[ruby/reline] Return 1 when char width not foundaycabta
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-01-18[ruby/reline] Windows needs more times to wait renderingaycabta
2021-01-18[ruby/reline] Tests with yamatanooroti don't need chdiraycabta
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
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] 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] Remove debug printaycabta
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
2021-01-05600x larger timeout for RelineTakashi Kokubun
2020-12-29Increase timeout for reline with --jit-waitTakashi Kokubun
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] Discard prompt cache by changing mode iconaycabta
2020-12-22[ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi
2020-12-22[ruby/reline] Support isearch-terminatorsaycabta
2020-12-22[ruby/reline] Render refreshed prompt just after i-search finishedaycabta
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] Support longer than screen height on Windowsaycabta
2020-12-17[ruby/reline] Support longer than screen heightaycabta
2020-12-11Strip trailing spaces [ci skip]Nobuyoshi Nakada
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