summaryrefslogtreecommitdiff
path: root/lib/reline/line_editor.rb
AgeCommit message (Expand)Author
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
2021-12-20[ruby/reline] Add support for overwriting dialog proc with the same nameaycabta
2021-12-19[ruby/reline] Clear dialog in pastingaycabta
2021-12-13[ruby/reline] Remove unnecessary variables, lower_spaceaycabta
2021-11-21[ruby/reline] Correct padding space calculationima1zumi
2021-10-12[ruby/reline] Revert "Fix zero division when the screen width is not available"Nobuyoshi Nakada
2021-10-12[ruby/reline] Fix zero division when the screen width is not availableNobuyoshi Nakada
2021-10-09[ruby/reline] Add RELINE_ALT_SCROLLBAR env to use alternative text for scrollbaraycabta
2021-10-09[ruby/reline] Fix calculating dialog width with full-width scrollbaraycabta
2021-10-08[ruby/reline] Use alternate text for scrollbar in non-UTF-8 envaycabta
2021-10-08[ruby/reline] Better fix for non-UTF-8 default external encodingJeremy Evans
2021-10-08[ruby/reline] Only show dialogs if default external encoding is UTF-8Jeremy Evans
2021-10-08[ruby/reline] Cut off the excess on narrow screenaycabta
2021-10-08[ruby/reline] Rename DIALOG_HEIGHT with DIALOG_DEFAULT_HEIGHTaycabta
2021-10-05[ruby/reline] The width of block elements is 1 on Windowsaycabta
2021-10-03[ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta
2021-10-03[ruby/reline] Initialize @trap_key to suppress warningaycabta
2021-10-03[ruby/reline] Add a comment to use "private alias_method" idiom after drop Ru...aycabta