summaryrefslogtreecommitdiff
path: root/test/reline/yamatanooroti
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/reline] Move script files for yamatanooroti testsaycabta2021-02-213-43/+144
* [ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta2021-02-071-0/+14
* [ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta2021-02-071-0/+14
* [ruby/reline] Windows needs more times to wait renderingaycabta2021-01-181-1/+3
* [ruby/reline] Tests with yamatanooroti don't need chdiraycabta2021-01-181-2/+0
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-0/+15
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-081-0/+12
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+14
* [ruby/reline] Remove debug printaycabta2021-01-081-1/+0