summaryrefslogtreecommitdiff
path: root/test/reline/yamatanooroti
Commit message (Expand)AuthorAgeFilesLines
* [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] Escape newline(s) in dynamic promptaycabta2021-12-252-0/+20
* [ruby/reline] Escape newline(s) in promptaycabta2021-12-251-0/+13
* [ruby/reline] Clear dialog in pastingaycabta2021-12-191-0/+11
* [ruby/reline] Change a test method name to more appropriateaycabta2021-12-181-1/+1
* [ruby/reline] Remove unnecessary variables, lower_spaceaycabta2021-12-131-0/+20
* [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] 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] 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
* [ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta2021-09-101-0/+13
* [ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta2021-09-102-0/+11
* [ruby/reline] Add a test that autocompletion returns to the original textaycabta2021-09-101-0/+15
* [ruby/reline] Use single quotes to match others in the fileaycabta2021-09-101-3/+3
* [ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta2021-09-101-0/+10
* [ruby/reline] Add a test for when completion target is wrappedaycabta2021-09-101-0/+15
* [ruby/reline] Fix complete proc of a script for testsaycabta2021-09-102-9/+5
* [ruby/reline] Add a test that dialog may appear at the top if cursor at botto...aycabta2021-09-101-0/+21
* [ruby/reline] Add a test for dialog at right edgeaycabta2021-09-101-0/+19
* [ruby/reline] Add a test for dialog with scroll keyaycabta2021-09-102-12/+56
* [ruby/reline] Add tests for autocomplete with scrollbaraycabta2021-09-102-0/+56
* [ruby/reline] Add a test for simple dialogaycabta2021-09-102-0/+32
* [ruby/reline] Add a simple test for autocompleteaycabta2021-09-102-0/+22
* [ruby/reline] Move only one line when render a line and then go to the next lineaycabta2021-09-081-1/+0
* [ruby/reline] Fix a crash when completing empty lineaycabta2021-09-021-0/+13
* [ruby/reline] Fix a crash when completing after 2nd lineaycabta2021-09-022-0/+19
* [ruby/reline] Add workspace member for the latest IRB's implementationaycabta2021-08-141-1/+1
* [ruby/reline] Remove private visibilityaycabta2021-08-141-1/+1
* [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis2021-07-301-0/+13
* [ruby/reline] Add yamatanooroti test about set and exchange markaycabta2021-06-211-0/+10
* [ruby/reline] Handle Errno::ENOTTY correctlyaycabta2021-06-211-0/+11
* [ruby/reline] Add a test for pasting Cyrillic chars into command prompt on cp...aycabta2021-06-211-0/+22
* [ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta2021-06-211-0/+23
* [ruby/reline] Reset @rest_height when clear screenaycabta2021-04-021-0/+11
* [ruby/reline] Add a test for suppressing crash when dynamic prompt returns emptyaycabta2021-02-212-0/+16