summaryrefslogtreecommitdiff
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Add autoindent test for indent after bracket and newlinetompng2023-01-201-0/+12
* [ruby/reline] Add scrollbar scroll-to-bottom test and fix existing scrollbar ...tompng2023-01-181-10/+36
* [ruby/reline] multiline_repl do not need to depend on RubyLextomoya ishida2023-01-183-22/+50
* [ruby/reline] Correspond to refactored RubyLexHASUMI Hitoshi2023-01-141-8/+6
* [ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida2023-01-122-0/+25
* [ruby/reline] Reset IOGate in test_resetPhillip Hellewell2023-01-113-2/+2
* [ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell2023-01-112-0/+2
* [ruby/reline] Add key binding for DeletePhillip Hellewell2023-01-103-3/+167
* [ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi2022-12-141-2/+2
* [ruby/reline] Remove unapproved color setting APIsStan Lo2022-12-052-43/+0
* [ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos2022-09-221-5/+1
* [ruby/reline] PR changesOtávio Schwanck dos Santos2022-09-221-0/+12
* [ruby/reline] Support dumb terminalNobuyoshi Nakada2022-09-011-0/+6
* [ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st00122022-07-222-13/+13
* [ruby/reline] Use color name instead of code (integer) in dialog color APIsst00122022-07-162-21/+33
* [ruby/reline] Add tests for top-level dialog color APIsst00122022-07-111-0/+17
* [ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari2022-06-271-0/+15
* [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope2022-02-221-0/+22
* [ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_replaycabta2022-01-161-0/+4
* [ruby/reline] Fix incremental search to work correctly even if not last lineaycabta2022-01-161-0/+23
* [ruby/reline] Insert newline in the middle of buffer just after dialogaycabta2022-01-161-0/+21
* [ruby/reline] Add a wait for a test because sometimes failsaycabta2022-01-161-0/+1
* [ruby/reline] Clear dialog when adding new line to end of bufferaycabta2022-01-161-0/+17
* [ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta2022-01-111-0/+17
* [ruby/reline] windows: test_yamatanooroti fixYO42022-01-061-2/+2
* [ruby/reline] Remove test TODO comments that have been confirmed by E2E testsaycabta2022-01-031-12/+0
* [ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta2022-01-021-0/+3
* [ruby/reline] Add test_tigetstr_with_erroraycabta2022-01-021-0/+4
* [ruby/reline] Implement Reline::Terminfo.tigetnumaycabta2022-01-021-0/+11
* [ruby/reline] Consolidate tests that were unnecessarily dividedaycabta2022-01-011-3/+0
* [ruby/reline] Implement Reline::Terminfo.tigetflagaycabta2022-01-011-0/+14
* [ruby/reline] Omit a test on Ruby 2.6aycabta2021-12-301-0/+1
* [ruby/reline] Use ripper_lex_without_warningaycabta2021-12-301-1/+1
* [ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi2021-12-301-0/+22
* [ruby/reline] Use omit instead of skipHiroshi SHIBATA2021-12-292-5/+5
* [ruby/reline] Escape newline(s) in dynamic promptaycabta2021-12-252-0/+20
* [ruby/reline] Escape newline(s) in promptaycabta2021-12-251-0/+13
* [ruby/reline] Implement em_kill_lineaycabta2021-12-241-0/+28
* [ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta2021-12-241-0/+28
* [ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta2021-12-241-28/+0
* [ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on...Yusuke Endoh2021-12-242-2/+9
* [ruby/reline] Add encoding info to an assertion of editing lineaycabta2021-12-241-1/+5
* [ruby/reline] Add a test for halfwidth kana width dakutenaycabta2021-12-241-0/+16
* [ruby/reline] Add a test for dialog proc with contextaycabta2021-12-201-0/+14
* [ruby/reline] Add an assertion for overwriting dialog proc with the same nameaycabta2021-12-201-0/+5
* [ruby/reline] Rename the variable "p" because it overlaps with the "p" methodaycabta2021-12-201-21/+21
* [ruby/reline] Add support for overwriting dialog proc with the same nameaycabta2021-12-201-3/+6
* [ruby/reline] Add Reline.dialog_proc(name_sym)aycabta2021-12-201-0/+5
* [ruby/reline] Add a test for Reline.add_dialog_procaycabta2021-12-201-0/+15
* [ruby/reline] Clear dialog in pastingaycabta2021-12-191-0/+11