summaryrefslogtreecommitdiff
path: root/test/reline/yamatanooroti
AgeCommit message (Expand)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-06[ruby/reline] Enter newline if cursor position is middle of inputMari Imaizumi
2025-01-05[ruby/reline] Refactor utf-8 strings and invalid strings in testtomoya ishida
2025-01-05[ruby/reline] Fix bracketed paste and scrolling bugtomoya ishida
2025-01-01[ruby/reline] Support inserting C-c C-z C-\ with quoted_inserttomoya ishida
2024-12-06[ruby/reline] Combine MAPPINGS(single byte input to symbol) withtomoya ishida
2024-11-30[ruby/reline] Call user defined sigwinch and sigcont handlertomoya ishida
2024-11-08[ruby/reline] Windows fix (https://github.com/ruby/reline/pull/775)YO4
2024-10-05[ruby/reline] Fix tempfile leaksNobuyoshi Nakada
2024-10-05[ruby/reline] Hash#inspect style has changed in ruby 3.4Nobuyoshi Nakada
2024-10-04[ruby/reline] Concatenate some rendeing testtomoya ishida
2024-10-03[ruby/reline] Make rendering test faster using updated yamatanoorotitomoya ishida
2024-09-03[ruby/reline] Fix redisplay/insert_text called from pre_input_hooktomoya ishida
2024-07-12[ruby/reline] Fix rendering bug of nomultiline prompttomoya ishida
2024-06-25[ruby/reline] Rerender and enter raw mode again by SIGCONTtomoya ishida
2024-06-04Revert "Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO i...Takashi Kokubun
2024-06-03Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not."Takashi Kokubun
2024-06-03[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not.tomoya ishida
2024-05-27[ruby/reline] Implement the redo commandverdy89
2024-05-14[ruby/reline] Implement the undo commandMari Imaizumi
2024-05-08[ruby/reline] Implement bracketed paste inserttomoya ishida
2024-05-02[ruby/reline] Fix prompt width calculation bug. Test with coloredtomoya ishida
2024-04-30[ruby/reline] Fix completion dialog position when completed part istomoya ishida
2024-04-29[ruby/reline] Input with eof and no newline bugfixtomoya ishida
2024-04-19[ruby/reline] Implement `show-all-if-ambiguous` featureMari Imaizumi
2024-04-17[ruby/reline] Refactor nomultiline and multiline mode differencetomoya ishida
2024-04-05[ruby/reline] Thread safe readlinetomoya ishida
2024-04-04[ruby/reline] Fix audoindent including "\v", escape "\v" fortomoya ishida
2024-04-01[ruby/reline] Refactor completiontomoya ishida
2024-03-24[ruby/reline] Add mode_string to prompt calculation dependenciestomoya ishida
2024-03-23[ruby/reline] Make mutated string in yamatanooroti explicitlyStan Lo
2024-03-19[ruby/reline] Reline 0.5.0.pretomoya ishida
2024-01-04[ruby/reline] Fix pasting tab-indented code crashtomoya ishida
2023-11-06[ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi
2023-08-20[ruby/reline] Remove Timeout usageStan Lo
2023-07-19[ruby/reline] Add assertion to auto_indent_proc's parameter, addtomoya ishida
2023-07-18[ruby/reline] Add missing `close` to test_rendering.rbtomoya ishida
2023-07-08[ruby/reline] Ignore unhandled escape sequencestomoya ishida
2023-07-07[ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo
2023-07-05[ruby/reline] Fix wrong byte_pointer passed to auto_indent_proctomoya ishida
2023-05-27[ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida
2023-05-27[ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida
2023-05-07[ruby/reline] Fix dialog corrupts rendering by pushing up input linetomoya ishida
2023-05-01[ruby/reline] Rewrite dialog renderingtomoya ishida
2023-03-27[ruby/reline] Fix cursor position overruntomoya ishida
2023-03-18[ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida
2023-03-04[ruby/reline] Fix completion with multilinetomoya ishida
2023-02-27[ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida
2023-02-27[ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida
2023-02-06[ruby/reline] Fix line rendering when newline is added at the end of the buffertompng