aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Windows needs more times to wait renderingaycabta2021-01-181-1/+3
* [ruby/reline] Tests with yamatanooroti don't need chdiraycabta2021-01-181-2/+0
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-131-0/+18
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-132-0/+61
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-0/+15
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-081-0/+12
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+14
* [ruby/reline] Remove debug printaycabta2021-01-081-1/+0
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-081-6/+6
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-0/+18
* 600x larger timeout for RelineTakashi Kokubun2021-01-051-1/+1
* Increase timeout for reline with --jit-waitTakashi Kokubun2020-12-291-0/+1
* [ruby/reline] Doesn't contain terminate spaces by cwaycabta2020-12-241-7/+25
* [ruby/reline] Use #bytesize for vi_replace_charaycabta2020-12-241-0/+18
* [ruby/reline] Delete the last char of a line by dwaycabta2020-12-241-0/+23
* [ruby/reline] Discard prompt cache by changing mode iconaycabta2020-12-241-0/+14
* [ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi2020-12-221-0/+4
* [ruby/reline] Support isearch-terminatorsaycabta2020-12-221-0/+30
* [ruby/reline] Render refreshed prompt just after i-search finishedaycabta2020-12-221-0/+11
* [ruby/reline] Yank by em-kill-region correctlyaycabta2020-12-191-0/+18
* [ruby/reline] Bind yank-pop correctlyaycabta2020-12-191-0/+18
* [ruby/reline] Add Enumerable to KillRing for debuggingaycabta2020-12-191-0/+12
* [ruby/reline] Support longer than screen height on Windowsaycabta2020-12-171-0/+1
* [ruby/reline] Support longer than screen heightaycabta2020-12-171-1/+143
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-111-1/+1
* [ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi2020-12-111-0/+62
* [ruby/reline] Editing to initial content is not just cursor movingaycabta2020-12-081-0/+11
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-051-4/+4
* [ruby/reline] Support bracketed paste modeaycabta2020-12-051-0/+18
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-051-0/+13
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-051-0/+12
* [ruby/reline] Key strokes like 2dl should behave d2laycabta2020-12-051-3/+3
* [ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.manga_osyo2020-12-051-0/+12
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-051-0/+14
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-053-0/+55
* [ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta2020-12-051-2/+61
* [ruby/reline] Implement vi_yankaycabta2020-12-051-0/+18
* [ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta2020-12-051-0/+13
* [ruby/reline] Unimplemented vi command should be no-opaycabta2020-12-051-0/+13
* [ruby/reline] Keep operator proc as a local variable in the scopeaycabta2020-12-051-0/+13
* [ruby/reline] Skip em_exchange_mark without markaycabta2020-12-051-0/+20
* [ruby/reline] Bypass newline insertion at eol on command promptaycabta2020-12-051-21/+21
* [ruby/reline] Deduplicate completed itemsaycabta2020-12-051-0/+30
* [ruby/reline] Add tests about complicated renderingaycabta2020-12-051-0/+135
* [ruby/reline] Test prompt with escape sequenceaycabta2020-12-051-0/+28
* [ruby/reline] Use startup_option instead of startup waitaycabta2020-12-051-24/+12
* [ruby/reline] Wait for the process to be started in start_terminalaycabta2020-12-051-0/+3
* [ruby/reline] Add write_inputrcaycabta2020-12-051-36/+30
* [ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta2020-09-121-0/+16