summaryrefslogtreecommitdiff
path: root/test/reline
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-012-3/+33
* [ruby/reline] Change Reline.add_dialog_proc(name, nil) to properlytomoya ishida2023-04-151-0/+3
* Use `em_delete` in `key_delete` (#504)Étienne Barrié2023-04-051-1/+26
* [ruby/reline] Improve OSC sequence regexp. OSC sequence can end withtomoya ishida2023-03-291-0/+11
* [ruby/reline] Expand the scanned array to later case statement moreStan Lo2023-03-281-0/+20
* [ruby/reline] Fix cursor position overruntomoya ishida2023-03-271-0/+24
* [ruby/reline] Fix split_by_width to retain color sequencestomoya ishida2023-03-251-0/+9
* [ruby/reline] Add key bindings for PgUp and PgDnPhillip Hellewell2023-03-211-0/+14
* [ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida2023-03-181-0/+17
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* [ruby/reline] Fix completion with multilinetomoya ishida2023-03-041-0/+12
* [ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida2023-02-273-7/+20
* [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] test_dumb_terminal: "ruby" command is not always availableSorah Fukumori2023-02-052-1/+42
* [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] Reset IOGate in test_resetPhillip Hellewell2023-01-113-2/+2
* [ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell2023-01-112-0/+2
* [ruby/reline] Add key binding for DeletePhillip Hellewell2023-01-103-3/+167
* [ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi2022-12-141-2/+2
* [ruby/reline] Remove unapproved color setting APIsStan Lo2022-12-052-43/+0
* [ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos2022-09-221-5/+1
* [ruby/reline] PR changesOtávio Schwanck dos Santos2022-09-221-0/+12
* [ruby/reline] Support dumb terminalNobuyoshi Nakada2022-09-011-0/+6
* [ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st00122022-07-222-13/+13
* [ruby/reline] Use color name instead of code (integer) in dialog color APIsst00122022-07-162-21/+33
* [ruby/reline] Add tests for top-level dialog color APIsst00122022-07-111-0/+17
* [ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari2022-06-271-0/+15
* [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope2022-02-221-0/+22
* [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] Remove test TODO comments that have been confirmed by E2E testsaycabta2022-01-031-12/+0
* [ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta2022-01-021-0/+3
* [ruby/reline] Add test_tigetstr_with_erroraycabta2022-01-021-0/+4
* [ruby/reline] Implement Reline::Terminfo.tigetnumaycabta2022-01-021-0/+11
* [ruby/reline] Consolidate tests that were unnecessarily dividedaycabta2022-01-011-3/+0
* [ruby/reline] Implement Reline::Terminfo.tigetflagaycabta2022-01-011-0/+14
* [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] Use unix_line_discard when Ctrl-u is enteredima1zumi2021-12-301-0/+22