aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Version 0.2.8.pre.1aycabta2021-08-291-1/+1
* [ruby/reline] Clear dialog by C-caycabta2021-08-291-0/+1
* [ruby/reline] Clear completion journey data when finishedaycabta2021-08-291-0/+1
* [ruby/reline] Suppress crashes on nilaycabta2021-08-291-0/+1
* [ruby/reline] Support custom bg coloraycabta2021-08-291-2/+6
* [ruby/reline] Add the ability to handle context between dialogsaycabta2021-08-291-3/+8
* [ruby/reline] Support for multiple dialog renderingaycabta2021-08-291-69/+103
* [ruby/reline] Remove @dialog_updown and @dialog_contents_widthaycabta2021-08-291-11/+2
* [ruby/reline] Implement dynamic selection of candidatesaycabta2021-08-291-2/+11
* [ruby/reline] Completion journey starts with one of candidatesaycabta2021-08-291-6/+16
* [ruby/reline] Move cursor correctly when current line is auto wrappedaycabta2021-08-291-2/+2
* [ruby/reline] Update dialog backup before clearingaycabta2021-08-291-0/+7
* [ruby/reline] Show autocomplete correctly when starts from prev lineaycabta2021-08-291-13/+17
* [ruby/reline] Remove unnecessary metadata between linesaycabta2021-08-291-0/+2
* [ruby/reline] Combine vertical processing into @dialog_vertical_offsetaycabta2021-08-291-10/+2
* [ruby/reline] Drop too much contents before processingaycabta2021-08-291-1/+1
* [ruby/reline] Display autocomplete below original line if end point was wrappedaycabta2021-08-291-0/+4
* [ruby/reline] Scroll properly to create marginaycabta2021-08-291-3/+2
* [ruby/reline] Move dialog pos to left when goes beyond right edgeaycabta2021-08-291-0/+4
* [ruby/reline] Support hide/show cursor on Windowsaycabta2021-08-291-2/+9
* [ruby/reline] Hide cursor when rendering dialogaycabta2021-08-293-0/+28
* [ruby/reline] Remove debug codeaycabta2021-08-291-2/+0
* [ruby/reline] Clear after cursoraycabta2021-08-291-1/+1
* [ruby/reline] Move cursor to rerender right margin of dialog correctlyaycabta2021-08-291-0/+1
* [ruby/reline] Create windows.rbusa2021-08-291-1/+2
* [ruby/reline] Add "sleep 0.01" to Windows event loopaycabta2021-08-291-0/+1
* [ruby/reline] Add comments about where rerenderingaycabta2021-08-291-0/+4
* [ruby/reline] Use background color instead of border frameaycabta2021-08-291-30/+24
* [ruby/reline] Suppress warning; unused variableaycabta2021-08-291-2/+2
* [ruby/reline] Remove an unnecessary variableaycabta2021-08-291-1/+0
* [ruby/reline] Implement dialog with autocomplete callbackaycabta2021-08-292-3/+265
* [ruby/reline] Separate calling completion proc with checking argsaycabta2021-08-291-4/+9
* [ruby/reline] Remove interrupt avoidanceaycabta2021-08-141-2/+0
* [ruby/reline] Version 0.2.7aycabta2021-08-121-1/+1
* Check the result of tigetstrNobuyoshi Nakada2021-08-061-1/+6
* Fix caching of curses_dlNobuyoshi Nakada2021-08-061-2/+3
* Fix the result of checking the existence of constants being reversedaycabta2021-08-061-1/+1
* Handle SIGINT in other thread correctlyaycabta2021-08-041-2/+10
* Use Symbol of signal for trapaycabta2021-08-041-1/+1
* [ruby/reline] Support Terminfo on Cygwin and macOSaycabta2021-07-301-0/+4
* [ruby/reline] Don't check the existence of Terminfo on Windowsaycabta2021-07-301-1/+11
* [ruby/reline] Check TYPE_VARIADICaycabta2021-07-301-0/+4
* [ruby/reline] Define StringWithTiparm instead of singular methodaycabta2021-07-301-4/+6
* [ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix992021-07-301-39/+69
* [ruby/reline] Check empty .inputrcaycabta2021-07-301-1/+1
* [ruby/reline] Add original C function declarations comment for each functionaycabta2021-07-301-5/+6
* [ruby/reline] Fix reline on OpenBSDJeremy Evans2021-07-301-1/+6
* [ruby/reline] Added support for Numpad divide key on Windows.SilverPhoenix992021-07-301-0/+3
* [ruby/reline] Support Enter key of numpad on Windowsaycabta2021-07-301-0/+2
* [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis2021-07-301-3/+0