summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
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
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] Key strokes like 2dl should behave d2laycabta
2020-12-05[ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.manga_osyo
2020-12-05[ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta
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] Bypass newline insertion at eol on command promptaycabta
2020-12-05[ruby/reline] Deduplicate completed itemsaycabta
2020-12-05[ruby/reline] Add tests about complicated renderingaycabta
2020-12-05[ruby/reline] Test prompt with escape sequenceaycabta
2020-12-05[ruby/reline] Use startup_option instead of startup waitaycabta
2020-12-05[ruby/reline] Wait for the process to be started in start_terminalaycabta
2020-12-05[ruby/reline] Add write_inputrcaycabta
2020-09-12[ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta
2020-09-12[ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta
2020-08-18[ruby/reline] Keep original characters in inputrcaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-08-18[ruby/reline] Call #start_terminal after generating temporary inputrcaycabta
2020-08-18[ruby/reline] Use single quotes for non-expanded string literalsaycabta
2020-08-18[ruby/reline] Use temporary dir with yamatanooroti testaycabta
2020-05-17[ruby/reline] Add a test of autowrap for yamatanoorotiaycabta
2020-05-14Restore class variable setting for testsaycabta
2020-05-14Initialize Reline callbacks when test suit startsaycabta
2020-05-14Delete inner text buffer after testsaycabta
2020-05-12Also use pipe for input in testaycabta
2020-04-29[ruby/reline] Negative history_size means unlimitedaycabta
2020-04-29[ruby/reline] New items to history are dropped if history_size is zeroaycabta
2020-04-29[ruby/reline] Ignore non-absolute XDG_CONFIG_HOMENobuyoshi Nakada
2020-04-24[ruby/reline] Treat home dir correctlyaycabta
2020-04-24[ruby/reline] Support XDG_CONFIG_HOMEaycabta
2020-04-18[ruby/reline] Add ed_search_next_historyaycabta