summaryrefslogtreecommitdiff
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+keyaycabta2021-09-031-0/+2
* [ruby/reline] Add Reline::Key#match?aycabta2021-09-031-1/+3
* [ruby/reline] Add key accessor for dialog callbacksaycabta2021-09-031-3/+21
* [ruby/reline] Swap the order of initialization for readabilityaycabta2021-09-031-3/+3
* [ruby/reline] Fix autocomplete dialog widthaycabta2021-09-031-1/+5
* [ruby/reline] Version 0.2.8.pre.6aycabta2021-09-021-1/+1
* [ruby/reline] Clear only necessary parts when dialog disappearingaycabta2021-09-021-2/+3
* [ruby/reline] Shrink the dialog height when contents is shorter than itaycabta2021-09-021-0/+1
* [ruby/reline] Fix a misalignment when dialog is shown on topaycabta2021-09-021-1/+1
* [ruby/reline] Remove an unnsed constantaycabta2021-09-021-1/+0
* [ruby/reline] Fix a crash when completing empty lineaycabta2021-09-021-1/+3
* [ruby/reline] Fix a crash when completing after 2nd lineaycabta2021-09-021-2/+2
* [ruby/reline] Use padding_space_with_escape_sequences to padding spaces in re...aycabta2021-09-011-4/+8
* [ruby/reline] Cut out a method that calcs width including the escape sequence...aycabta2021-09-011-4/+6
* [ruby/reline] Calc width including escape sequences and padding with spaces c...aycabta2021-09-011-1/+3
* [ruby/reline] Calc width including escape sequences and clear dialog correctlyaycabta2021-09-011-2/+3
* Reline::GeneralIO should work fine without ttyaycabta2021-09-011-0/+1
* [ruby/reline] Remove one unnecessary nest for simplicity's sakeaycabta2021-08-311-20/+19
* Move access to dialog_render_info inside nil checkaycabta2021-08-311-1/+1
* [ruby/reline] Version 0.2.8.pre.5aycabta2021-08-311-1/+1
* [ruby/reline] Use Reline::Unicode.take_range to devide exactly by widthaycabta2021-08-311-1/+1
* [ruby/reline] Check if dialog_render_info is nil or notaycabta2021-08-311-1/+1
* [ruby/reline] Fix Reline::Unicode.take_range as it was not fully functionalaycabta2021-08-312-22/+31
* [ruby/reline] Use dynamic contents widthaycabta2021-08-311-44/+47
* [ruby/reline] Remove an unused variableaycabta2021-08-311-1/+0
* [ruby/reline] Version 0.2.8.pre.4aycabta2021-08-311-1/+1
* [ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" lateraycabta2021-08-311-0/+9
* [ruby/reline] Scroll autocompletion pointer in dialog correctlyaycabta2021-08-311-9/+25
* [ruby/reline] Use DialogRenderInfo structaycabta2021-08-311-14/+14
* [ruby/reline] Fix dialog rendering at the bottom edgeaycabta2021-08-311-4/+4
* [ruby/reline] Version 0.2.8.pre.3aycabta2021-08-301-1/+1
* [ruby/reline] Version 0.2.8.pre.2aycabta2021-08-301-1/+1
* [ruby/reline] Set autocompletion is false by defaultaycabta2021-08-301-1/+1
* [ruby/reline] Add autocompletion on emacs mode by Tab / S-Tabaycabta2021-08-303-2/+29
* [ruby/reline] Add config.autocompletionaycabta2021-08-302-1/+14
* [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