summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-08-31[ruby/reline] Remove one unnecessary nest for simplicity's sakeaycabta
2021-08-31Move access to dialog_render_info inside nil checkaycabta
2021-08-31[ruby/reline] Version 0.2.8.pre.5aycabta
2021-08-31[ruby/reline] Use Reline::Unicode.take_range to devide exactly by widthaycabta
2021-08-31[ruby/reline] Check if dialog_render_info is nil or notaycabta
2021-08-31[ruby/reline] Fix Reline::Unicode.take_range as it was not fully functionalaycabta
2021-08-31[ruby/reline] Use dynamic contents widthaycabta
2021-08-31[ruby/reline] Remove an unused variableaycabta
2021-08-31[ruby/reline] Version 0.2.8.pre.4aycabta
2021-08-31[ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" lateraycabta
2021-08-31[ruby/reline] Scroll autocompletion pointer in dialog correctlyaycabta
2021-08-31[ruby/reline] Use DialogRenderInfo structaycabta
2021-08-31[ruby/reline] Fix dialog rendering at the bottom edgeaycabta
2021-08-30[ruby/reline] Version 0.2.8.pre.3aycabta
2021-08-30[ruby/reline] Version 0.2.8.pre.2aycabta
2021-08-30[ruby/reline] Set autocompletion is false by defaultaycabta
2021-08-30[ruby/reline] Add autocompletion on emacs mode by Tab / S-Tabaycabta
2021-08-30[ruby/reline] Add config.autocompletionaycabta
2021-08-29[ruby/reline] Version 0.2.8.pre.1aycabta
2021-08-29[ruby/reline] Clear dialog by C-caycabta
2021-08-29[ruby/reline] Clear completion journey data when finishedaycabta
2021-08-29[ruby/reline] Suppress crashes on nilaycabta
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] 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