Age | Commit message (Expand) | Author |
---|
2023-11-13 | [ruby/reline] Fallback to 256color if COLORTERM != truecolor | tomoya ishida |
2023-11-07 | [ruby/reline] Bump version to 0.4.0 | ima1zumi |
2023-11-06 | [ruby/reline] Introduce a new class Reline::Face to configure | HASUMI Hitoshi |
2023-10-03 | [ruby/reline] Bump version to 0.3.9 | ima1zumi |
2023-09-28 | [ruby/reline] Properly restore Reline::IOGate in test teardown | tomoya ishida |
2023-09-26 | [ruby/reline] Fix config.rb to File.expand_path $include path in | elfham |
2023-09-25 | [ruby/reline] Update to Unicode 15.1.0 | elfham |
2023-08-29 | [ruby/reline] Remove `ARGV.first` in east_asian_width.rb | ima1zumi |
2023-08-29 | [ruby/reline] Set EastAsianWidth::UNICODE_VERSION | elfham |
2023-08-20 | [ruby/reline] Bump version to 0.3.8 | Stan Lo |
2023-08-20 | [ruby/reline] Remove Timeout usage | Stan Lo |
2023-07-27 | [ruby/reline] Add `kill-word` and `backward-kill-word` keymapping | osyo-manga |
2023-07-27 | [ruby/reline] Bump version to 0.3.7 | Stan Lo |
2023-07-25 | [ruby/reline] Avoid using CSI # S for scroll down | Stan Lo |
2023-07-19 | [ruby/reline] Always set ANSI CSI keybindings for Home, End, and | tomoya ishida |
2023-07-18 | [ruby/reline] Fix [nil] is passed to auto_indent_proc when exit with | osyo-manga |
2023-07-08 | [ruby/reline] Bump version to 0.3.6 | Stan Lo |
2023-07-08 | [ruby/reline] Ignore unhandled escape sequences | tomoya 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_proc | tomoya ishida |
2023-06-22 | [ruby/reline] Remove unused method | ima1zumi |
2023-06-20 | [ruby/reline] Omit constant under Struct | Yuta Kusuno |
2023-06-03 | [ruby/reline] Bump version to 0.3.5 | Stan Lo |
2023-06-02 | [ruby/reline] Remove unnecessary conditions for | Nobuyoshi Nakada |
2023-05-27 | [ruby/reline] Fix scrolldown condition in dialog rendering | tomoya ishida |
2023-05-27 | [ruby/reline] Use appropriate dialog height and reduce screen pushup | tomoya ishida |
2023-05-20 | [ruby/reline] Bump version to 0.3.4 | ima1zumi |
2023-05-07 | [ruby/reline] Fix dialog corrupts rendering by pushing up input line | tomoya ishida |
2023-05-01 | [ruby/reline] Rewrite dialog rendering | tomoya ishida |
2023-04-24 | [ruby/reline] Revert #335 (Trap TSTP to handle C-z) | Carl Brasic |
2023-04-05 | Use `em_delete` in `key_delete` (#504) | Étienne Barrié |
2023-03-29 | [ruby/reline] Drop Dialog#scrollbar_pos as we can store it in a | Stan Lo |
2023-03-29 | [ruby/reline] Drop Unicode.take_range's optional arg as it's never | Stan Lo |
2023-03-29 | [ruby/reline] Improve OSC sequence regexp. OSC sequence can end with | tomoya ishida |
2023-03-28 | [ruby/reline] Expand the scanned array to later case statement more | Stan Lo |
2023-03-27 | [ruby/reline] Bump version to 0.3.3 | ima1zumi |
2023-03-27 | [ruby/reline] Fix cursor position overrun | tomoya ishida |
2023-03-25 | [ruby/reline] Fix split_by_width to retain color sequences | tomoya ishida |
2023-03-21 | [ruby/reline] Add key bindings for PgUp and PgDn | Phillip Hellewell |
2023-03-18 | [ruby/reline] Fix: line longer than terminal width breaks rendering | tomoya ishida |
2023-03-04 | [ruby/reline] Fix completion with multiline | tomoya ishida |
2023-02-27 | [ruby/reline] Fix wrong indent number in prompt. whole_lines has | tomoya ishida |
2023-02-27 | [ruby/reline] Fix the cause of test_yamatanooroti randomly failing | tomoya ishida |
2023-02-06 | [ruby/reline] Fix line rendering when newline is added at the end of the buffer | tompng |
2023-01-31 | [ruby/reline] Splat is always an Array | Étienne Barrié |
2023-01-26 | [ruby/reline] Revert "correct Win32API capitalization for JRuby" | Hiroshi SHIBATA |
2023-01-20 | [ruby/reline] accept new_indent > cursor_max | tompng |
2023-01-18 | [ruby/reline] Add constant MINIMUM_SCROLLBAR_HEIGHT for scrollbar rendering w... | tompng |
2023-01-18 | [ruby/reline] Fix dialog scrollbar rendering position and disappearing bug | tompng |
2023-01-12 | [ruby/reline] Update to Unicode 15.0.0 | elfham |