summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
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-19[ruby/reline] Always set ANSI CSI keybindings for Home, End, andtomoya 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] Update Relin::IOGate dinamically when it is neededtomoya ishida
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-04-15[ruby/reline] Change Reline.add_dialog_proc(name, nil) to properlytomoya ishida
2023-04-05Use `em_delete` in `key_delete` (#504)Étienne Barrié
2023-03-29[ruby/reline] Improve OSC sequence regexp. OSC sequence can end withtomoya ishida
2023-03-28[ruby/reline] Expand the scanned array to later case statement moreStan Lo
2023-03-27[ruby/reline] Fix cursor position overruntomoya ishida
2023-03-25[ruby/reline] Fix split_by_width to retain color sequencestomoya ishida
2023-03-21[ruby/reline] Add key bindings for PgUp and PgDnPhillip Hellewell
2023-03-18[ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida
2023-03-06s/MJIT/RJIT/Takashi Kokubun
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
2023-02-05[ruby/reline] test_dumb_terminal: "ruby" command is not always availableSorah Fukumori
2023-01-20[ruby/reline] Add autoindent test for indent after bracket and newlinetompng
2023-01-18[ruby/reline] Add scrollbar scroll-to-bottom test and fix existing scrollbar ...tompng
2023-01-18[ruby/reline] multiline_repl do not need to depend on RubyLextomoya ishida
2023-01-14[ruby/reline] Correspond to refactored RubyLexHASUMI Hitoshi
2023-01-12[ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida
2023-01-11[ruby/reline] Reset IOGate in test_resetPhillip Hellewell
2023-01-11[ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell
2023-01-10[ruby/reline] Add key binding for DeletePhillip Hellewell
2022-12-14[ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi
2022-12-05[ruby/reline] Remove unapproved color setting APIsStan Lo
2022-09-22[ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos
2022-09-22[ruby/reline] PR changesOtávio Schwanck dos Santos
2022-09-01[ruby/reline] Support dumb terminalNobuyoshi Nakada
2022-07-22[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st0012
2022-07-16[ruby/reline] Use color name instead of code (integer) in dialog color APIsst0012
2022-07-11[ruby/reline] Add tests for top-level dialog color APIsst0012
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
2022-02-22[ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope
2022-01-16[ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_replaycabta
2022-01-16[ruby/reline] Fix incremental search to work correctly even if not last lineaycabta
2022-01-16[ruby/reline] Insert newline in the middle of buffer just after dialogaycabta
2022-01-16[ruby/reline] Add a wait for a test because sometimes failsaycabta
2022-01-16[ruby/reline] Clear dialog when adding new line to end of bufferaycabta
2022-01-11[ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta