summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-08-29[ruby/reline] Suppress warning; unused variableaycabta
2021-08-29[ruby/reline] Remove an unnecessary variableaycabta
2021-08-29[ruby/reline] Implement dialog with autocomplete callbackaycabta
2021-08-29[ruby/reline] Separate calling completion proc with checking argsaycabta
2021-08-14[ruby/reline] Remove interrupt avoidanceaycabta
2021-08-12[ruby/reline] Version 0.2.7aycabta
2021-08-06Check the result of tigetstrNobuyoshi Nakada
2021-08-06Fix caching of curses_dlNobuyoshi Nakada
2021-08-06Fix the result of checking the existence of constants being reversedaycabta
2021-08-04Handle SIGINT in other thread correctlyaycabta
2021-08-04Use Symbol of signal for trapaycabta
2021-07-30[ruby/reline] Support Terminfo on Cygwin and macOSaycabta
2021-07-30[ruby/reline] Don't check the existence of Terminfo on Windowsaycabta
2021-07-30[ruby/reline] Check TYPE_VARIADICaycabta
2021-07-30[ruby/reline] Define StringWithTiparm instead of singular methodaycabta
2021-07-30[ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix99
2021-07-30[ruby/reline] Check empty .inputrcaycabta
2021-07-30[ruby/reline] Add original C function declarations comment for each functionaycabta
2021-07-30[ruby/reline] Fix reline on OpenBSDJeremy Evans
2021-07-30[ruby/reline] Added support for Numpad divide key on Windows.SilverPhoenix99
2021-07-30[ruby/reline] Support Enter key of numpad on Windowsaycabta
2021-07-30[ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis
2021-07-30[ruby/reline] Add TODO comment to implement tigetflag() and tigetnum()aycabta
2021-06-25[ruby/reline] Fix missing require.Samuel Williams
2021-06-25[ruby/reline] Avoid using blocking `IO.select`.Samuel Williams
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21Check Ruby version to use Fiddle with variadic args in test-allaycabta
2021-06-21[ruby/reline] Version 0.2.6aycabta
2021-06-21[ruby/reline] Remove FIXME comment in #renderaycabta
2021-06-21[ruby/reline] Remove TODO comment in #render_partialaycabta
2021-06-21[ruby/reline] Add binding C-x C-x to em_exchange_mark on Windowsaycabta
2021-06-21[ruby/reline] Treat C-Space as M-Space on Windowsaycabta
2021-06-21[ruby/reline] Check existance of a constant, Fiddle::VERSIONaycabta
2021-06-21[ruby/reline] Add Meta+arrow-keys in extended entries of terminfoaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chainaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr and tiparm should return String objectaycabta
2021-06-21[ruby/reline] Add terminfo supportaycabta
2021-06-21[ruby/reline] Handle Errno::ENOTTY correctlyaycabta
2021-06-21[ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans
2021-06-21[ruby/reline] Treat return key correctly on Windowsaycabta
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-06-21[ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta
2021-06-21[ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk
2021-04-09[ruby/reline] Add calling Reline::Config#reset_default_key_bindings to #reset...aycabta
2021-04-08[ruby/reline] Moved development dependencies to GemfileNobuyoshi Nakada
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2021-04-08[ruby/reline] Check WITH_VTERM env to add vterm gem as dependencyaycabta
2021-04-03[ruby/reline] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGVaycabta
2021-04-03[ruby/reline] Version 0.2.5aycabta
2021-04-02[ruby/reline] Reset @rest_height when clear screenaycabta