summaryrefslogtreecommitdiff
path: root/lib/reline/line_editor.rb
AgeCommit message (Expand)Author
2021-09-24[ruby/reline] Use SGR 0 instead of SGR 39 and 49 to reset font settingsaycabta
2021-09-23[ruby/reline] Reset all font settings at left end of dialogaycabta
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
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] 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] Set scrollbar coloraycabta
2021-09-06[ruby/reline] Support multiple trap_keyaycabta
2021-09-06[ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta
2021-09-04[ruby/reline] Correct misalignment of scrollbaraycabta
2021-09-04[ruby/reline] Implement scrollbaraycabta
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] 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-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] 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] 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] Add autocompletion on emacs mode by Tab / S-Tabaycabta
2021-08-30[ruby/reline] Add config.autocompletionaycabta
2021-08-29[ruby/reline] Clear dialog by C-caycabta