aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/yamatanooroti/test_rendering.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida2023-02-271-0/+12
* [ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida2023-02-271-0/+10
* [ruby/reline] Fix line rendering when newline is added at the end of the buffertompng2023-02-061-0/+13
* [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-181-0/+29
* [ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida2023-01-121-0/+12
* [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] Omit a test on Ruby 2.6aycabta2021-12-301-0/+1
* [ruby/reline] Escape newline(s) in dynamic promptaycabta2021-12-251-0/+12
* [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-211-0/+15
* [ruby/reline] Add tests for dialog with fullwidth chars and corner casesaycabta2021-10-111-0/+34
* [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-091-0/+13
* [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-031-0/+27
* [ruby/reline] Add a test for rerendering arg prompt after pastingaycabta2021-10-031-0/+11
* [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] Add tests that column of dialog with scrollbar is moved without...aycabta2021-09-101-0/+31
* [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-101-0/+10
* [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-101-6/+2
* [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-101-1/+16
* [ruby/reline] Add tests for autocomplete with scrollbaraycabta2021-09-101-0/+50
* [ruby/reline] Add a test for simple dialogaycabta2021-09-101-0/+19
* [ruby/reline] Add a simple test for autocompleteaycabta2021-09-101-0/+16
* [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-021-0/+14