aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/yamatanooroti
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/reline] Windows needs more times to wait renderingaycabta2021-01-181-1/+3
| | | | https://github.com/ruby/reline/commit/53ff2b09c7
* [ruby/reline] Tests with yamatanooroti don't need chdiraycabta2021-01-181-2/+0
| | | | | | Because of chdir, log files ware created in temporary directries on Windows. https://github.com/ruby/reline/commit/200b469a68
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-0/+15
| | | | | | Co-authored-by: Juanito Fatas <me@juanitofatas.com> https://github.com/ruby/reline/commit/074bb017a7
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken ↵aycabta2021-01-081-0/+12
| | | | | | | | prompt list Co-authored-by: Juanito Fatas <me@juanitofatas.com> https://github.com/ruby/reline/commit/558f7be168
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+14
| | | | | | Co-authored-by: Juanito Fatas <me@juanitofatas.com> https://github.com/ruby/reline/commit/7c24276275
* [ruby/reline] Remove debug printaycabta2021-01-081-1/+0
| | | | https://github.com/ruby/reline/commit/d7fbaedc6a
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-081-6/+6
| | | | https://github.com/ruby/reline/commit/8255fc93b9
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-0/+18
| | | | | | This fixes ruby/reline#236 and ruby/reline#239. https://github.com/ruby/reline/commit/3e3c89d00b
* [ruby/reline] Discard prompt cache by changing mode iconaycabta2020-12-241-0/+14
| | | | https://github.com/ruby/reline/commit/bfeda8a79b
* [ruby/reline] Render refreshed prompt just after i-search finishedaycabta2020-12-221-0/+11
| | | | https://github.com/ruby/reline/commit/0d3188fe34
* [ruby/reline] Support longer than screen height on Windowsaycabta2020-12-171-0/+1
| | | | https://github.com/ruby/reline/commit/2a97ca9362
* [ruby/reline] Support longer than screen heightaycabta2020-12-171-1/+143
| | | | https://github.com/ruby/reline/commit/e83a3de9ed
* [ruby/reline] Editing to initial content is not just cursor movingaycabta2020-12-081-0/+11
| | | | https://github.com/ruby/reline/commit/0a4f175b0a
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-051-4/+4
| | | | https://github.com/ruby/reline/commit/89d49ec9e0
* [ruby/reline] Support bracketed paste modeaycabta2020-12-051-0/+18
| | | | https://github.com/ruby/reline/commit/d1a6869322
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-051-0/+13
| | | | https://github.com/ruby/reline/commit/0e30a49d03
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-051-0/+12
| | | | https://github.com/ruby/reline/commit/1959e22043
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-051-0/+14
| | | | https://github.com/ruby/reline/commit/a79c297567
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-051-0/+24
| | | | https://github.com/ruby/reline/commit/594484d9f9
* [ruby/reline] Bypass newline insertion at eol on command promptaycabta2020-12-051-21/+21
| | | | | | | A newline is automatically inserted if a character is rendered at eol on command prompt. https://github.com/ruby/reline/commit/2dfd5d0df8
* [ruby/reline] Add tests about complicated renderingaycabta2020-12-051-0/+135
| | | | https://github.com/ruby/reline/commit/f4683b72eb
* [ruby/reline] Test prompt with escape sequenceaycabta2020-12-051-0/+28
| | | | https://github.com/ruby/reline/commit/c7c1d5f5d1
* [ruby/reline] Use startup_option instead of startup waitaycabta2020-12-051-24/+12
| | | | https://github.com/ruby/reline/commit/a63ce6371c
* [ruby/reline] Wait for the process to be started in start_terminalaycabta2020-12-051-0/+3
| | | | https://github.com/ruby/reline/commit/d29d33dcf5
* [ruby/reline] Add write_inputrcaycabta2020-12-051-36/+30
| | | | https://github.com/ruby/reline/commit/70536d8c9a
* [ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta2020-09-121-0/+16
| | | | https://github.com/ruby/reline/commit/9c9ba0eff3
* [ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta2020-09-121-0/+36
| | | | https://github.com/ruby/reline/commit/9b932df544
* [ruby/reline] Keep original characters in inputrcaycabta2020-08-181-0/+50
| | | | https://github.com/ruby/reline/commit/96583c6336
* [ruby/reline] Support mode iconMark Delk2020-08-181-0/+34
| | | | | | Co-authored-by: aycabta <aycabta@gmail.com> https://github.com/ruby/reline/commit/067b618123
* [ruby/reline] Call #start_terminal after generating temporary inputrcaycabta2020-08-181-6/+28
| | | | | | because inputrc will be read when starting up https://github.com/ruby/reline/commit/0a30464385
* [ruby/reline] Use temporary dir with yamatanooroti testaycabta2020-08-181-2/+17
| | | | https://github.com/ruby/reline/commit/8d7df88e98
* [ruby/reline] Add a test of autowrap for yamatanoorotiaycabta2020-05-171-0/+10
| | | | https://github.com/ruby/reline/commit/38676ba8c2
* [ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta2020-03-261-1/+3
| | | | https://github.com/ruby/reline/commit/2a8061daec
* [ruby/reline] Rename test suite name of yamatanooroti testaycabta2020-03-261-1/+3
| | | | https://github.com/ruby/reline/commit/b0f32f5de4
* [ruby/reline] Add yamatanooroti rendering testaycabta2020-03-261-0/+37
https://github.com/ruby/reline/commit/f092519525