summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-10-04[ruby/reline] Use default background color to erase on Windowsaycabta
2021-10-03[ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta
2021-10-03[ruby/reline] Version 0.2.8.pre.10aycabta
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] Call LineEditor#resize on Windowsaycabta
2021-10-03[ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.TOMITA Masahiro
2021-10-03[ruby/reline] Use String#unpack1aycabta
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-22[ruby/reline] Use `unpack1` instead of `unpack(template)[0]`Kazuhiro NISHIYAMA
2021-09-14[ruby/reline] Remove unused using methodima1zumi
2021-09-13[ruby/reline] Use expanded method definitions instead of refinementsaycabta
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-10[ruby/reline] Version 0.2.8.pre.9aycabta
2021-09-10[ruby/reline] Erase lines correctly when dialog height is changedaycabta
2021-09-08[ruby/reline] Render scrollbar when the column of the dialog is movedaycabta
2021-09-08[ruby/reline] Remove variables that have no meaning in calculationsaycabta
2021-09-08[ruby/reline] Remove garbage left behind when rerendering the right side of t...aycabta
2021-09-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
2021-09-08[ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta
2021-09-08[ruby/reline] Remove debug printaycabta
2021-09-08[ruby/reline] Calculate block elem width only onceaycabta
2021-09-08[ruby/reline] Ensure that scrollbar is only rerendered when the position is c...aycabta
2021-09-08[ruby/reline] The width of Block Elements in Unicode is East Asian Ambiguousaycabta
2021-09-07[ruby/reline] Refactor the merging key bindings to make it more readableaycabta
2021-09-07[ruby/reline] Change the comment about key bindings to more appropriateaycabta
2021-09-07[ruby/reline] Remove SIG prefix because don't use it in any other signal proc...aycabta
2021-09-07[ruby/reline] Use String for the value to be passed because Signal.trap also ...aycabta
2021-09-07[ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windowsaycabta
2021-09-07[ruby/reline] Trap TSTP to handle C-zaycabta
2021-09-06[ruby/reline] Version 0.2.8.pre.8aycabta
2021-09-06[ruby/reline] Memoize path of `.inputrc` [Ref #319]manga_osyo
2021-09-06[ruby/reline] Set scrollbar coloraycabta
2021-09-06[ruby/reline] Support multiple trap_keyaycabta
2021-09-06[ruby/reline] No need to use max_by when array.size == 1aycabta
2021-09-06[ruby/reline] Use sort.last instead of sort.reverse.firstaycabta
2021-09-06[ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k...aycabta
2021-09-06[ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta
2021-09-06[ruby/reline] Add that Reline::Unicode.take_range is cutting based on widthaycabta