summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-12-03[ruby/reline] No need to check `x > 0`ima1zumi
2021-12-02[ruby/reline] fix `TerminfoError` -> `Reline::Terminfo::TerminfoError`ima1zumi
2021-12-02[ruby/reline] Rescue if tigetstr(capname) cannot be obtainedima1zumi
2021-11-21[ruby/reline] Correct padding space calculationima1zumi
2021-10-12[ruby/reline] Check the result of GetConsoleScreenBufferInfoNobuyoshi Nakada
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-11[ruby/reline] Rescue LoadError to require 'fiddle'aycabta
2021-10-11[ruby/reline] Remove a comment for debugaycabta
2021-10-09[ruby/reline] Version 0.2.8.pre.11aycabta
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-05[ruby/reline] Change struct size correctlyaycabta
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