summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2023-01-12[ruby/reline] Update to Unicode 15.0.0elfham
2023-01-12[ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida
2023-01-10[ruby/reline] Add key binding for DeletePhillip Hellewell
2023-01-04[ruby/reline] correct Win32API capitalization for JRubyJoel Anderson
2022-12-14[ruby/reline] Bump version to 0.3.2Hiroshi SHIBATA
2022-12-05[ruby/reline] Remove unapproved color setting APIsStan Lo
2022-12-02[ruby/reline] Fix misuse of kwarg in IO#rawHASUMI Hitoshi
2022-09-22[ruby/reline] PR changesOtávio Schwanck dos Santos
2022-09-22[ruby/reline] Revert "update version"Otávio Schwanck dos Santos
2022-09-22[ruby/reline] update versionOtávio Schwanck dos Santos
2022-09-22[ruby/reline] fix vi-operator-argOtávio Schwanck dos Santos
2022-09-03[ruby/reline] Fix a typo [ci skip]Nobuyoshi Nakada
2022-09-02[ruby/reline] Workaround for padding width with Aracritty on macOSHiroshi SHIBATA
2022-09-02[ruby/reline] Added some of abstruct methods for cursorHiroshi SHIBATA
2022-09-01[ruby/reline] Remove loose operation in Dialog#render_each_dialogMau Magnaguagno
2022-07-22[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st0012
2022-07-16[ruby/reline] Use color name instead of code (integer) in dialog color APIsst0012
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
2022-06-13[ruby/reline] Revert "Merge pull request #441 from nevans/workaround-linker-s...st0012
2022-05-25[ruby/reline] Workaround libncurses.so as a linker scriptnicholas a. evans
2022-05-20[ruby/reline] Require Ruby >= 2.6ima1zumi
2022-02-22[ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope
2022-01-27[ruby/reline] Add a comment for VK_MENUaycabta
2022-01-27[ruby/reline] The AltGr behaves exactly the same as Ctrl+Altaycabta
2022-01-24[ruby/reline] Ignore global constants when checking if Fiddle::VERSION existsPostmodern
2022-01-16[ruby/reline] Fix incremental search to work correctly even if not last lineaycabta
2022-01-16[ruby/reline] Insert newline in the middle of buffer just after dialogaycabta
2022-01-16[ruby/reline] Combine common logic into oneaycabta
2022-01-16[ruby/reline] Clear dialog when adding new line to end of bufferaycabta
2022-01-11[ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta
2022-01-08[ruby/reline] Fix reline on SolarisPeter Zhu
2022-01-02[ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta
2022-01-02[ruby/reline] Version 0.3.1aycabta
2022-01-02[ruby/reline] Implement Reline::Terminfo.tigetnumaycabta
2022-01-02[ruby/reline] Fix the difinition of tigetflag() in comment...aycabta
2022-01-01[ruby/reline] Remove unnecessary qualifiers on definition of commentsaycabta
2022-01-01[ruby/reline] Implement Reline::Terminfo.tigetflagaycabta
2021-12-30[ruby/reline] windows fix scrollYO4
2021-12-30[ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi
2021-12-25[ruby/reline] Version 0.3.0aycabta
2021-12-25[ruby/reline] Escape newline(s) in dynamic promptaycabta
2021-12-25[ruby/reline] Escape newline(s) in promptaycabta
2021-12-25[ruby/reline] Remove unnecessary parameteraycabta
2021-12-24[ruby/reline] Revert "Change aliased methods to be parivete"aycabta
2021-12-24[ruby/reline] Change aliased methods to be pariveteaycabta
2021-12-24[ruby/reline] Add doc about em-kill-line macroaycabta
2021-12-24[ruby/reline] Implement em_kill_lineaycabta
2021-12-24[ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta
2021-12-24[ruby/reline] Add doc about ed-kill-line, kill-line, em-kill-line, and unix-l...aycabta
2021-12-24[ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta