aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida2023-11-131-0/+42
* [ruby/reline] Bump version to 0.4.0ima1zumi2023-11-071-1/+1
* [ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi2023-11-062-13/+167
* [ruby/reline] Bump version to 0.3.9ima1zumi2023-10-031-1/+1
* [ruby/reline] Properly restore Reline::IOGate in test teardowntomoya ishida2023-09-281-1/+5
* [ruby/reline] Fix config.rb to File.expand_path $include path inelfham2023-09-261-1/+1
* [ruby/reline] Update to Unicode 15.1.0elfham2023-09-251-3/+3
* [ruby/reline] Remove `ARGV.first` in east_asian_width.rbima1zumi2023-08-291-1/+0
* [ruby/reline] Set EastAsianWidth::UNICODE_VERSIONelfham2023-08-291-0/+1
* [ruby/reline] Bump version to 0.3.8Stan Lo2023-08-201-1/+1
* [ruby/reline] Remove Timeout usageStan Lo2023-08-203-21/+19
* [ruby/reline] Add `kill-word` and `backward-kill-word` keymappingosyo-manga2023-07-271-0/+2
* [ruby/reline] Bump version to 0.3.7Stan Lo2023-07-271-1/+1
* [ruby/reline] Avoid using CSI # S for scroll downStan Lo2023-07-251-1/+4
* [ruby/reline] Always set ANSI CSI keybindings for Home, End, andtomoya ishida2023-07-191-35/+39
* [ruby/reline] Fix [nil] is passed to auto_indent_proc when exit withosyo-manga2023-07-181-1/+1
* [ruby/reline] Bump version to 0.3.6Stan Lo2023-07-081-1/+1
* [ruby/reline] Ignore unhandled escape sequencestomoya ishida2023-07-082-12/+60
* [ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo2023-07-072-1/+5
* [ruby/reline] Fix wrong byte_pointer passed to auto_indent_proctomoya ishida2023-07-051-1/+1
* [ruby/reline] Remove unused methodima1zumi2023-06-221-20/+0
* [ruby/reline] Omit constant under StructYuta Kusuno2023-06-201-2/+2
* [ruby/reline] Bump version to 0.3.5Stan Lo2023-06-031-1/+1
* [ruby/reline] Remove unnecessary conditions forNobuyoshi Nakada2023-06-021-15/+1
* [ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida2023-05-271-1/+1
* [ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida2023-05-271-0/+10
* [ruby/reline] Bump version to 0.3.4ima1zumi2023-05-201-1/+1
* [ruby/reline] Fix dialog corrupts rendering by pushing up input linetomoya ishida2023-05-071-2/+8
* [ruby/reline] Rewrite dialog renderingtomoya ishida2023-05-011-203/+141
* [ruby/reline] Revert #335 (Trap TSTP to handle C-z)Carl Brasic2023-04-241-11/+0
* Use `em_delete` in `key_delete` (#504)Étienne Barrié2023-04-051-2/+4
* [ruby/reline] Drop Dialog#scrollbar_pos as we can store it in aStan Lo2023-03-291-9/+9
* [ruby/reline] Drop Unicode.take_range's optional arg as it's neverStan Lo2023-03-291-2/+2
* [ruby/reline] Improve OSC sequence regexp. OSC sequence can end withtomoya ishida2023-03-291-1/+1
* [ruby/reline] Expand the scanned array to later case statement moreStan Lo2023-03-281-31/+23
* [ruby/reline] Bump version to 0.3.3ima1zumi2023-03-271-1/+1
* [ruby/reline] Fix cursor position overruntomoya ishida2023-03-271-7/+3
* [ruby/reline] Fix split_by_width to retain color sequencestomoya ishida2023-03-251-1/+6
* [ruby/reline] Add key bindings for PgUp and PgDnPhillip Hellewell2023-03-211-0/+2
* [ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida2023-03-181-0/+1
* [ruby/reline] Fix completion with multilinetomoya ishida2023-03-041-2/+2
* [ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida2023-02-271-34/+11
* [ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida2023-02-274-1/+13
* [ruby/reline] Fix line rendering when newline is added at the end of the buffertompng2023-02-061-5/+12
* [ruby/reline] Splat is always an ArrayÉtienne Barrié2023-01-311-1/+1
* [ruby/reline] Revert "correct Win32API capitalization for JRuby"Hiroshi SHIBATA2023-01-261-1/+1
* [ruby/reline] accept new_indent > cursor_maxtompng2023-01-201-2/+3
* [ruby/reline] Add constant MINIMUM_SCROLLBAR_HEIGHT for scrollbar rendering w...tompng2023-01-181-1/+2
* [ruby/reline] Fix dialog scrollbar rendering position and disappearing bugtompng2023-01-181-4/+4
* [ruby/reline] Update to Unicode 15.0.0elfham2023-01-121-56/+88