summaryrefslogtreecommitdiff
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/reline] Rescue if tigetstr(capname) cannot be obtainedima1zumi2021-12-021-16/+40
* [ruby/reline] Correct padding space calculationima1zumi2021-11-211-1/+2
* [ruby/reline] Check the result of GetConsoleScreenBufferInfoNobuyoshi Nakada2021-10-121-8/+15
* [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] Rescue LoadError to require 'fiddle'aycabta2021-10-111-3/+11
* [ruby/reline] Remove a comment for debugaycabta2021-10-111-1/+1
* [ruby/reline] Version 0.2.8.pre.11aycabta2021-10-091-1/+1
* [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] Change struct size correctlyaycabta2021-10-051-1/+1
* [ruby/reline] Use default background color to erase on Windowsaycabta2021-10-041-1/+2
* [ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta2021-10-031-0/+3
* [ruby/reline] Version 0.2.8.pre.10aycabta2021-10-031-1/+1
* [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] Call LineEditor#resize on Windowsaycabta2021-10-031-0/+1
* [ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.TOMITA Masahiro2021-10-032-36/+43
* [ruby/reline] Use String#unpack1aycabta2021-10-031-13/+13
* [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] Use `unpack1` instead of `unpack(template)[0]`Kazuhiro NISHIYAMA2021-09-222-2/+2
* [ruby/reline] Remove unused using methodima1zumi2021-09-141-3/+0
* [ruby/reline] Use expanded method definitions instead of refinementsaycabta2021-09-131-61/+61
* [ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta2021-09-101-9/+9
* [ruby/reline] Version 0.2.8.pre.9aycabta2021-09-101-1/+1
* [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