aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/line_editor.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi2023-11-061-13/+10
* [ruby/reline] Add `kill-word` and `backward-kill-word` keymappingosyo-manga2023-07-271-0/+2
* [ruby/reline] Fix [nil] is passed to auto_indent_proc when exit withosyo-manga2023-07-181-1/+1
* [ruby/reline] Ignore unhandled escape sequencestomoya ishida2023-07-081-5/+10
* [ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo2023-07-071-0/+4
* [ruby/reline] Fix wrong byte_pointer passed to auto_indent_proctomoya ishida2023-07-051-1/+1
* [ruby/reline] Omit constant under StructYuta Kusuno2023-06-201-2/+2
* [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] 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] Fix cursor position overruntomoya ishida2023-03-271-7/+3
* [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-271-1/+1
* [ruby/reline] Fix line rendering when newline is added at the end of the buffertompng2023-02-061-5/+12
* [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] Pass unmodifined lines(that does not include escapetomoya ishida2023-01-121-4/+8
* [ruby/reline] PR changesOtávio Schwanck dos Santos2022-09-221-1/+1
* [ruby/reline] fix vi-operator-argOtávio Schwanck dos Santos2022-09-221-1/+1
* [ruby/reline] Fix a typo [ci skip]Nobuyoshi Nakada2022-09-031-1/+1
* [ruby/reline] Workaround for padding width with Aracritty on macOSHiroshi SHIBATA2022-09-021-1/+4
* [ruby/reline] Remove loose operation in Dialog#render_each_dialogMau Magnaguagno2022-09-011-1/+0
* [ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari2022-06-271-7/+5
* [ruby/reline] Fix incremental search to work correctly even if not last lineaycabta2022-01-161-0/+2
* [ruby/reline] Insert newline in the middle of buffer just after dialogaycabta2022-01-161-0/+1
* [ruby/reline] Combine common logic into oneaycabta2022-01-161-10/+10
* [ruby/reline] Clear dialog when adding new line to end of bufferaycabta2022-01-161-0/+5
* [ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta2022-01-111-1/+5
* [ruby/reline] Escape newline(s) in dynamic promptaycabta2021-12-251-1/+1
* [ruby/reline] Escape newline(s) in promptaycabta2021-12-251-1/+1
* [ruby/reline] Remove unnecessary parameteraycabta2021-12-251-11/+11
* [ruby/reline] Revert "Change aliased methods to be parivete"aycabta2021-12-241-35/+35
* [ruby/reline] Change aliased methods to be pariveteaycabta2021-12-241-35/+35
* [ruby/reline] Add doc about em-kill-line macroaycabta2021-12-241-0/+4
* [ruby/reline] Implement em_kill_lineaycabta2021-12-241-0/+11
* [ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta2021-12-241-5/+5
* [ruby/reline] Add doc about ed-kill-line, kill-line, em-kill-line, and unix-l...aycabta2021-12-241-0/+9
* [ruby/reline] Character merging may increase the character widthaycabta2021-12-241-2/+9
* [ruby/reline] Add comment for a following char of combined charaycabta2021-12-241-0/+1
* [ruby/reline] Finalize when exception occurredaycabta2021-12-211-1/+1
* [ruby/reline] Split off set_signal_handler methodaycabta2021-12-211-27/+30
* [ruby/reline] Add support for overwriting dialog proc with the same nameaycabta2021-12-201-2/+6
* [ruby/reline] Clear dialog in pastingaycabta2021-12-191-0/+1