aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/line_editor.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Clear dialog in pastingaycabta2021-12-191-0/+1
* [ruby/reline] Remove unnecessary variables, lower_spaceaycabta2021-12-131-3/+2
* [ruby/reline] Correct padding space calculationima1zumi2021-11-211-1/+2
* [ruby/reline] Revert "Fix zero division when the screen width is not available"Nobuyoshi Nakada2021-10-121-2/+1
* [ruby/reline] Fix zero division when the screen width is not availableNobuyoshi Nakada2021-10-121-1/+2
* [ruby/reline] Add RELINE_ALT_SCROLLBAR env to use alternative text for scrollbaraycabta2021-10-091-1/+6
* [ruby/reline] Fix calculating dialog width with full-width scrollbaraycabta2021-10-091-2/+2
* [ruby/reline] Use alternate text for scrollbar in non-UTF-8 envaycabta2021-10-081-11/+15
* [ruby/reline] Better fix for non-UTF-8 default external encodingJeremy Evans2021-10-081-4/+10
* [ruby/reline] Only show dialogs if default external encoding is UTF-8Jeremy Evans2021-10-081-0/+1
* [ruby/reline] Cut off the excess on narrow screenaycabta2021-10-081-0/+4
* [ruby/reline] Rename DIALOG_HEIGHT with DIALOG_DEFAULT_HEIGHTaycabta2021-10-081-2/+2
* [ruby/reline] The width of block elements is 1 on Windowsaycabta2021-10-051-1/+5
* [ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta2021-10-031-0/+3
* [ruby/reline] Initialize @trap_key to suppress warningaycabta2021-10-031-0/+1
* [ruby/reline] Add a comment to use "private alias_method" idiom after drop Ru...aycabta2021-10-031-0/+1
* [ruby/reline] Add code block notation in docaycabta2021-10-031-1/+1
* [ruby/reline] Add doc for ed-unassigned and ed-insert macroaycabta2021-10-031-0/+15
* [ruby/reline] Rerender whole buffer when argument editing finishedaycabta2021-10-031-3/+12
* [ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.TOMITA Masahiro2021-10-031-34/+41
* [ruby/reline] Adjust border of scrollbar rendering calculationaycabta2021-10-031-2/+2
* [ruby/reline] The @block_elem_width shouldn't be used for height calculationaycabta2021-10-031-2/+2
* [ruby/reline] Support ed_argument_digit by M+numaycabta2021-09-291-2/+11
* [ruby/reline] Ignore NUL by ed_quoted_insertaycabta2021-09-281-0/+2
* [ruby/reline] ^K is kill-line and ^U is unix-line-discard for inputrcaycabta2021-09-271-1/+2
* [ruby/reline] Implement vi_kill_line_prevJake Zimmerman2021-09-261-0/+1
* [ruby/reline] Add aliases {prev,next}_history to ed_{prev,next}_historyaycabta2021-09-251-0/+2
* [ruby/reline] Use SGR 0 instead of SGR 39 and 49 to reset font settingsaycabta2021-09-241-6/+6
* [ruby/reline] Reset all font settings at left end of dialogaycabta2021-09-231-2/+1
* [ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta2021-09-101-9/+9
* [ruby/reline] Erase lines correctly when dialog height is changedaycabta2021-09-101-6/+6
* [ruby/reline] Render scrollbar when the column of the dialog is movedaycabta2021-09-081-1/+1
* [ruby/reline] Remove variables that have no meaning in calculationsaycabta2021-09-081-5/+3
* [ruby/reline] Remove garbage left behind when rerendering the right side of t...aycabta2021-09-081-3/+4
* [ruby/reline] Move only one line when render a line and then go to the next lineaycabta2021-09-081-1/+1
* [ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta2021-09-081-2/+2
* [ruby/reline] Remove debug printaycabta2021-09-081-1/+0
* [ruby/reline] Calculate block elem width only onceaycabta2021-09-081-6/+6
* [ruby/reline] Ensure that scrollbar is only rerendered when the position is c...aycabta2021-09-081-16/+21
* [ruby/reline] The width of Block Elements in Unicode is East Asian Ambiguousaycabta2021-09-081-4/+5
* [ruby/reline] Remove SIG prefix because don't use it in any other signal proc...aycabta2021-09-071-2/+2
* [ruby/reline] Use String for the value to be passed because Signal.trap also ...aycabta2021-09-071-2/+2
* [ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windowsaycabta2021-09-071-5/+11
* [ruby/reline] Trap TSTP to handle C-zaycabta2021-09-071-0/+5
* [ruby/reline] Set scrollbar coloraycabta2021-09-061-5/+9
* [ruby/reline] Support multiple trap_keyaycabta2021-09-061-1/+5
* [ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta2021-09-061-5/+14
* [ruby/reline] Correct misalignment of scrollbaraycabta2021-09-041-3/+3
* [ruby/reline] Implement scrollbaraycabta2021-09-041-0/+19
* [ruby/reline] Add Reline::Key#match?aycabta2021-09-031-1/+3