summaryrefslogtreecommitdiff
path: root/lib/reline/line_editor.rb
AgeCommit message (Expand)Author
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
2021-10-03[ruby/reline] Add code block notation in docaycabta
2021-10-03[ruby/reline] Add doc for ed-unassigned and ed-insert macroaycabta
2021-10-03[ruby/reline] Rerender whole buffer when argument editing finishedaycabta
2021-10-03[ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.TOMITA Masahiro
2021-10-03[ruby/reline] Adjust border of scrollbar rendering calculationaycabta
2021-10-03[ruby/reline] The @block_elem_width shouldn't be used for height calculationaycabta
2021-09-29[ruby/reline] Support ed_argument_digit by M+numaycabta
2021-09-28[ruby/reline] Ignore NUL by ed_quoted_insertaycabta
2021-09-27[ruby/reline] ^K is kill-line and ^U is unix-line-discard for inputrcaycabta
2021-09-26[ruby/reline] Implement vi_kill_line_prevJake Zimmerman
2021-09-25[ruby/reline] Add aliases {prev,next}_history to ed_{prev,next}_historyaycabta
2021-09-24[ruby/reline] Use SGR 0 instead of SGR 39 and 49 to reset font settingsaycabta
2021-09-23[ruby/reline] Reset all font settings at left end of dialogaycabta
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-10[ruby/reline] Erase lines correctly when dialog height is changedaycabta