summaryrefslogtreecommitdiff
path: root/test/reline/yamatanooroti
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Fix dialog corrupts rendering by pushing up input linetomoya ishida2023-05-071-3/+17
* [ruby/reline] Rewrite dialog renderingtomoya ishida2023-05-011-3/+20
* [ruby/reline] Fix cursor position overruntomoya ishida2023-03-271-0/+24
* [ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida2023-03-181-0/+17
* [ruby/reline] Fix completion with multilinetomoya ishida2023-03-041-0/+12
* [ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida2023-02-272-0/+19
* [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-183-22/+50
* [ruby/reline] Correspond to refactored RubyLexHASUMI Hitoshi2023-01-141-8/+6
* [ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida2023-01-122-0/+25
* [ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi2022-12-141-2/+2
* [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] 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