summaryrefslogtreecommitdiff
path: root/lib/reline/line_editor.rb
AgeCommit message (Expand)Author
2024-09-05Merge reline-0.5.10 (#11558)Hiroshi SHIBATA
2024-05-28[Bug #20511] Update reline-0.5.7 (#10848)Hiroshi SHIBATA
2023-11-06[ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi
2023-07-27[ruby/reline] Add `kill-word` and `backward-kill-word` keymappingosyo-manga
2023-07-18[ruby/reline] Fix [nil] is passed to auto_indent_proc when exit withosyo-manga
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] Fix wrong byte_pointer passed to auto_indent_proctomoya ishida
2023-06-20[ruby/reline] Omit constant under StructYuta Kusuno
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-24[ruby/reline] Revert #335 (Trap TSTP to handle C-z)Carl Brasic
2023-04-05Use `em_delete` in `key_delete` (#504)Étienne Barrié
2023-03-29[ruby/reline] Drop Dialog#scrollbar_pos as we can store it in aStan Lo
2023-03-27[ruby/reline] Fix cursor position overruntomoya ishida
2023-03-18[ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida
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-01-20[ruby/reline] accept new_indent > cursor_maxtompng
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 bugtompng
2023-01-12[ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida
2022-09-22[ruby/reline] PR changesOtávio Schwanck dos Santos
2022-09-22[ruby/reline] fix vi-operator-argOtávio Schwanck dos Santos
2022-09-03[ruby/reline] Fix a typo [ci skip]Nobuyoshi Nakada
2022-09-02[ruby/reline] Workaround for padding width with Aracritty on macOSHiroshi SHIBATA
2022-09-01[ruby/reline] Remove loose operation in Dialog#render_each_dialogMau Magnaguagno
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
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] Combine common logic into oneaycabta
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
2021-12-25[ruby/reline] Escape newline(s) in dynamic promptaycabta
2021-12-25[ruby/reline] Escape newline(s) in promptaycabta
2021-12-25[ruby/reline] Remove unnecessary parameteraycabta
2021-12-24[ruby/reline] Revert "Change aliased methods to be parivete"aycabta
2021-12-24[ruby/reline] Change aliased methods to be pariveteaycabta
2021-12-24[ruby/reline] Add doc about em-kill-line macroaycabta
2021-12-24[ruby/reline] Implement em_kill_lineaycabta
2021-12-24[ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta
2021-12-24[ruby/reline] Add doc about ed-kill-line, kill-line, em-kill-line, and unix-l...aycabta
2021-12-24[ruby/reline] Character merging may increase the character widthaycabta
2021-12-24[ruby/reline] Add comment for a following char of combined charaycabta
2021-12-21[ruby/reline] Finalize when exception occurredaycabta
2021-12-21[ruby/reline] Split off set_signal_handler methodaycabta