summaryrefslogtreecommitdiff
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ruby/reline] Add a test for full-width scrollbaraycabta2021-10-092-0/+19
* [ruby/reline] Add a test for narrow screen without scrollbaraycabta2021-10-081-0/+16
* [ruby/reline] Cut off the excess on narrow screenaycabta2021-10-081-0/+26
* [ruby/reline] Reduce window size so that it can be displayed in my desktopaycabta2021-10-051-3/+3
* [ruby/reline] Cyrillic chars are now forced to be displayed in full-width on ...aycabta2021-10-051-22/+0
* [ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta2021-10-032-0/+34
* [ruby/reline] Add a test for rerendering arg prompt after pastingaycabta2021-10-031-0/+11
* [ruby/reline] Add newlines for readabilityaycabta2021-10-031-1/+22
* [ruby/reline] Stop using Ctrl+j to test on Windowsaycabta2021-10-031-2/+2
* [ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo2021-10-021-0/+53
* [ruby/reline] Support ed_argument_digit by M+numaycabta2021-09-291-0/+14
* [ruby/reline] Ignore NUL by ed_quoted_insertaycabta2021-09-281-0/+7
* [ruby/reline] The behaviour of Alt+key on Windows is changedaycabta2021-09-141-13/+0
* [ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta2021-09-101-7/+7
* [ruby/reline] Fix scroll range of a script for testsaycabta2021-09-101-1/+1
* [ruby/reline] Add tests that column of dialog with scrollbar is moved without...aycabta2021-09-102-1/+36
* [ruby/reline] Add a test that text under dialog appearsaycabta2021-09-101-0/+15