summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-08-29[ruby/reline] Update dialog backup before clearingaycabta
2021-08-29[ruby/reline] Show autocomplete correctly when starts from prev lineaycabta
2021-08-29[ruby/reline] Remove unnecessary metadata between linesaycabta
2021-08-29[ruby/reline] Combine vertical processing into @dialog_vertical_offsetaycabta
2021-08-29[ruby/reline] Drop too much contents before processingaycabta
2021-08-29[ruby/reline] Display autocomplete below original line if end point was wrappedaycabta
2021-08-29[ruby/reline] Scroll properly to create marginaycabta
2021-08-29[ruby/reline] Move dialog pos to left when goes beyond right edgeaycabta
2021-08-29[ruby/reline] Support hide/show cursor on Windowsaycabta
2021-08-29[ruby/reline] Hide cursor when rendering dialogaycabta
2021-08-29[ruby/reline] Remove debug codeaycabta
2021-08-29[ruby/reline] Clear after cursoraycabta
2021-08-29[ruby/reline] Move cursor to rerender right margin of dialog correctlyaycabta
2021-08-29[ruby/reline] Create windows.rbusa
2021-08-29[ruby/reline] Add "sleep 0.01" to Windows event loopaycabta
2021-08-29[ruby/reline] Add comments about where rerenderingaycabta
2021-08-29[ruby/reline] Use background color instead of border frameaycabta
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