aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida2023-11-131-1/+60
* [ruby/reline] Test Reline::Face without mockingStan Lo2023-11-062-13/+6
* [ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi2023-11-064-61/+301
* [ruby/reline] Properly restore Reline::IOGate in test teardowntomoya ishida2023-09-282-12/+15
* [ruby/reline] Fix config.rb to File.expand_path $include path inelfham2023-09-261-0/+17
* [ruby/reline] Remove Timeout usageStan Lo2023-08-201-1/+1
* [ruby/reline] Add assertion to auto_indent_proc's parameter, addtomoya ishida2023-07-192-0/+30
* [ruby/reline] Always set ANSI CSI keybindings for Home, End, andtomoya ishida2023-07-192-0/+18
* [ruby/reline] Add missing `close` to test_rendering.rbtomoya ishida2023-07-181-0/+3
* [ruby/reline] Ignore unhandled escape sequencestomoya ishida2023-07-082-0/+40
* [ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo2023-07-0712-23/+23
* [ruby/reline] Update Relin::IOGate dinamically when it is neededtomoya ishida2023-07-051-0/+1
* [ruby/reline] Fix wrong byte_pointer passed to auto_indent_proctomoya ishida2023-07-051-0/+18
* [ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida2023-05-271-0/+19
* [ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida2023-05-271-15/+21
* [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