summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-12-21[ruby/reline] Remove unnecessary clearing signal handleraycabta
2021-12-20[ruby/reline] Rename an unused variable name for CIaycabta
2021-12-20[ruby/reline] Add support for overwriting dialog proc with the same nameaycabta
2021-12-20[ruby/reline] Add spaceaycabta
2021-12-20[ruby/reline] windows jruby issueYO4
2021-12-20[ruby/reline] windows clear screen with \e 2 JYO4
2021-12-20[ruby/reline] windows improve scrollingYO4
2021-12-20[ruby/reline] Revert "Add a space after a comma"aycabta
2021-12-20[ruby/reline] Revert "Add space"aycabta
2021-12-19[ruby/reline] Load correct version.rb from gemspecNobuyoshi Nakada
2021-12-19[ruby/reline] Clear dialog in pastingaycabta
2021-12-18[ruby/reline] Remove unnecessary "*"aycabta
2021-12-18[ruby/reline] Add a space after a commaaycabta
2021-12-18[ruby/reline] Add spaceaycabta
2021-12-13[ruby/reline] Remove unnecessary variables, lower_spaceaycabta
2021-12-11[ruby/reline] Prefer wait_readable for fiber scheduler.Samuel Williams
2021-12-10[ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi
2021-12-10[ruby/reline] Execute compress_meta_key if convert_meta is onima1zumi
2021-12-10[ruby/reline] unleash real pasting speedYO4
2021-12-10[ruby/reline] unleash pasting speedYO4
2021-12-10[ruby/reline] support input surrogate paird codepointYO4
2021-12-10[ruby/reline] follow consolemode changeYO4
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