summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-04[ruby/reline] Fix completion with multilinetomoya ishida
2023-02-27[ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida
2023-02-27[ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida
2023-02-06[ruby/reline] Fix line rendering when newline is added at the end of the buffertompng
2023-02-05[ruby/reline] test_dumb_terminal: "ruby" command is not always availableSorah Fukumori
2023-01-20[ruby/reline] Add autoindent test for indent after bracket and newlinetompng
2023-01-18[ruby/reline] Add scrollbar scroll-to-bottom test and fix existing scrollbar ...tompng
2023-01-18[ruby/reline] multiline_repl do not need to depend on RubyLextomoya ishida
2023-01-14[ruby/reline] Correspond to refactored RubyLexHASUMI Hitoshi
2023-01-12[ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida
2023-01-11[ruby/reline] Reset IOGate in test_resetPhillip Hellewell
2023-01-11[ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell
2023-01-10[ruby/reline] Add key binding for DeletePhillip Hellewell
2022-12-14[ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi
2022-12-05[ruby/reline] Remove unapproved color setting APIsStan Lo
2022-09-22[ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos
2022-09-22[ruby/reline] PR changesOtávio Schwanck dos Santos
2022-09-01[ruby/reline] Support dumb terminalNobuyoshi Nakada
2022-07-22[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st0012
2022-07-16[ruby/reline] Use color name instead of code (integer) in dialog color APIsst0012
2022-07-11[ruby/reline] Add tests for top-level dialog color APIsst0012
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
2022-02-22[ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope
2022-01-16[ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_replaycabta
2022-01-16[ruby/reline] Fix incremental search to work correctly even if not last lineaycabta
2022-01-16[ruby/reline] Insert newline in the middle of buffer just after dialogaycabta
2022-01-16[ruby/reline] Add a wait for a test because sometimes failsaycabta
2022-01-16[ruby/reline] Clear dialog when adding new line to end of bufferaycabta
2022-01-11[ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta
2022-01-06[ruby/reline] windows: test_yamatanooroti fixYO4
2022-01-03[ruby/reline] Remove test TODO comments that have been confirmed by E2E testsaycabta
2022-01-02[ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta
2022-01-02[ruby/reline] Add test_tigetstr_with_erroraycabta
2022-01-02[ruby/reline] Implement Reline::Terminfo.tigetnumaycabta
2022-01-01[ruby/reline] Consolidate tests that were unnecessarily dividedaycabta
2022-01-01[ruby/reline] Implement Reline::Terminfo.tigetflagaycabta
2021-12-30[ruby/reline] Omit a test on Ruby 2.6aycabta
2021-12-30[ruby/reline] Use ripper_lex_without_warningaycabta
2021-12-30[ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi
2021-12-29[ruby/reline] Use omit instead of skipHiroshi SHIBATA
2021-12-25[ruby/reline] Escape newline(s) in dynamic promptaycabta
2021-12-25[ruby/reline] Escape newline(s) in promptaycabta
2021-12-24[ruby/reline] Implement em_kill_lineaycabta
2021-12-24[ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta
2021-12-24[ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta
2021-12-24[ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on...Yusuke Endoh
2021-12-24[ruby/reline] Add encoding info to an assertion of editing lineaycabta
2021-12-24[ruby/reline] Add a test for halfwidth kana width dakutenaycabta
2021-12-20[ruby/reline] Add a test for dialog proc with contextaycabta