summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-09-14[ruby/reline] Remove unused using methodima1zumi
2021-09-13[ruby/reline] Use expanded method definitions instead of refinementsaycabta
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-10[ruby/reline] Version 0.2.8.pre.9aycabta
2021-09-10[ruby/reline] Erase lines correctly when dialog height is changedaycabta
2021-09-08[ruby/reline] Render scrollbar when the column of the dialog is movedaycabta
2021-09-08[ruby/reline] Remove variables that have no meaning in calculationsaycabta
2021-09-08[ruby/reline] Remove garbage left behind when rerendering the right side of t...aycabta
2021-09-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
2021-09-08[ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta
2021-09-08[ruby/reline] Remove debug printaycabta
2021-09-08[ruby/reline] Calculate block elem width only onceaycabta
2021-09-08[ruby/reline] Ensure that scrollbar is only rerendered when the position is c...aycabta
2021-09-08[ruby/reline] The width of Block Elements in Unicode is East Asian Ambiguousaycabta
2021-09-07[ruby/reline] Refactor the merging key bindings to make it more readableaycabta
2021-09-07[ruby/reline] Change the comment about key bindings to more appropriateaycabta
2021-09-07[ruby/reline] Remove SIG prefix because don't use it in any other signal proc...aycabta
2021-09-07[ruby/reline] Use String for the value to be passed because Signal.trap also ...aycabta
2021-09-07[ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windowsaycabta
2021-09-07[ruby/reline] Trap TSTP to handle C-zaycabta
2021-09-06[ruby/reline] Version 0.2.8.pre.8aycabta
2021-09-06[ruby/reline] Memoize path of `.inputrc` [Ref #319]manga_osyo
2021-09-06[ruby/reline] Set scrollbar coloraycabta
2021-09-06[ruby/reline] Support multiple trap_keyaycabta
2021-09-06[ruby/reline] No need to use max_by when array.size == 1aycabta
2021-09-06[ruby/reline] Use sort.last instead of sort.reverse.firstaycabta
2021-09-06[ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k...aycabta
2021-09-06[ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta
2021-09-06[ruby/reline] Add that Reline::Unicode.take_range is cutting based on widthaycabta
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