summaryrefslogtreecommitdiff
path: root/lib/reline/line_editor.rb
AgeCommit message (Expand)Author
2021-08-29[ruby/reline] Support custom bg coloraycabta
2021-08-29[ruby/reline] Add the ability to handle context between dialogsaycabta
2021-08-29[ruby/reline] Support for multiple dialog renderingaycabta
2021-08-29[ruby/reline] Remove @dialog_updown and @dialog_contents_widthaycabta
2021-08-29[ruby/reline] Implement dynamic selection of candidatesaycabta
2021-08-29[ruby/reline] Completion journey starts with one of candidatesaycabta
2021-08-29[ruby/reline] Move cursor correctly when current line is auto wrappedaycabta
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] 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] 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-04Handle SIGINT in other thread correctlyaycabta
2021-08-04Use Symbol of signal for trapaycabta
2021-06-21[ruby/reline] Remove FIXME comment in #renderaycabta
2021-06-21[ruby/reline] Remove TODO comment in #render_partialaycabta
2021-04-02[ruby/reline] Reset @rest_height when clear screenaycabta
2021-03-24[ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta
2021-03-24[ruby/reline] Support preposing and postposing for Reline.completion_procaycabta
2021-03-24[ruby/reline] Reline.delete_text removes the current line in multilineaycabta
2021-02-21[ruby/reline] Use UTF-8 only for width calc, rest uses original encodingaycabta
2021-02-21[ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...Yoshinao Muramatu
2021-02-21[ruby/reline] We still need support new and legacy behavior.Yoshinao Muramatu
2021-02-21[ruby/reline] Avoid tripping over nil promptEamonn Webster
2021-02-07[ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta
2021-02-07[ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta
2021-02-07[ruby/reline] The vi_histedit supports multilineaycabta
2021-02-07[ruby/reline] Move cursor just after the last line when finishedaycabta
2021-02-07[ruby/reline] Update cursor info by inserting newline even if not in pastingaycabta
2021-02-07[ruby/reline] Handle past logs correctly when the code is higher than the screenaycabta
2021-02-07[ruby/reline] Show all lines higher than the screen when finishedaycabta
2021-02-07[ruby/reline] Scroll down when ^C is pressedaycabta
2021-02-07[ruby/reline] Remove an unused variableaycabta
2021-02-07[ruby/reline] Initialize uninitialized variables in testsaycabta
2021-02-07[ruby/reline] Cache pasting state in processing a keyaycabta
2021-01-18[ruby/reline] Support for change in Windows-specific behavior at eolaycabta
2021-01-18[ruby/reline] Initialize a variable just in caseaycabta