summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-09-06[ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8aycabta
2021-09-04[ruby/reline] Correct misalignment of scrollbaraycabta
2021-09-04[ruby/reline] Implement scrollbaraycabta
2021-09-04[ruby/reline] Version 0.2.8.pre.7aycabta
2021-09-03[ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+keyaycabta
2021-09-03[ruby/reline] Add Reline::Key#match?aycabta
2021-09-03[ruby/reline] Add key accessor for dialog callbacksaycabta
2021-09-03[ruby/reline] Swap the order of initialization for readabilityaycabta
2021-09-03[ruby/reline] Fix autocomplete dialog widthaycabta
2021-09-02[ruby/reline] Version 0.2.8.pre.6aycabta
2021-09-02[ruby/reline] Clear only necessary parts when dialog disappearingaycabta
2021-09-02[ruby/reline] Shrink the dialog height when contents is shorter than itaycabta
2021-09-02[ruby/reline] Fix a misalignment when dialog is shown on topaycabta
2021-09-02[ruby/reline] Remove an unnsed constantaycabta
2021-09-02[ruby/reline] Fix a crash when completing empty lineaycabta
2021-09-02[ruby/reline] Fix a crash when completing after 2nd lineaycabta
2021-09-01[ruby/reline] Use padding_space_with_escape_sequences to padding spaces in re...aycabta
2021-09-01[ruby/reline] Cut out a method that calcs width including the escape sequence...aycabta
2021-09-01[ruby/reline] Calc width including escape sequences and padding with spaces c...aycabta
2021-09-01[ruby/reline] Calc width including escape sequences and clear dialog correctlyaycabta
2021-09-01Reline::GeneralIO should work fine without ttyaycabta
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