aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/reline] Change a test method name to more appropriateaycabta2021-12-181-1/+1
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* [ruby/reline] Remove unnecessary variables, lower_spaceaycabta2021-12-131-0/+20
* [ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi2021-12-101-0/+18
* [ruby/reline] Execute compress_meta_key if convert_meta is onima1zumi2021-12-101-0/+10
* [ruby/reline] Correct padding space calculationima1zumi2021-11-212-0/+37
* [ruby/reline] Skip when unable to set inputNobuyoshi Nakada2021-10-131-1/+6
* [ruby/reline] Close working pipesNobuyoshi Nakada2021-10-121-2/+7
* [ruby/reline] Fix test class not to overwriteNobuyoshi Nakada2021-10-111-1/+1
* [ruby/reline] Reline doesn't have Reline.editing_modeaycabta2021-10-111-4/+0
* [ruby/reline] Add I/O testaycabta2021-10-111-6/+10
* [ruby/reline] Use single quotes to match the othersaycabta2021-10-111-1/+1
* [ruby/reline] Add a test for Reline.delete_textaycabta2021-10-111-0/+19
* [ruby/reline] Add assertions for Reline.pointaycabta2021-10-111-4/+2
* [ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta2021-10-111-5/+3
* [ruby/reline] Add tests for dialog with fullwidth chars and corner casesaycabta2021-10-112-0/+43
* [ruby/reline] Fix tests to show dialog to the right edgeaycabta2021-10-091-8/+8