summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-09-11[ruby/irb] Ignore invalid 3 colons in completionaycabta
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-10[ruby/irb] Version 1.3.8.pre.9aycabta
2021-09-10[ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta
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-10[ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta
2021-09-10[ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune
2021-09-10[ruby/irb] Support symbol with backtickaycabta
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
2021-09-08[ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta
2021-09-08[ruby/irb] Use gem paths to complete "require"aycabta
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] Use Symbol for method namesaycabta
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] Limit number of chars only when completion source text (pointer...aycabta
2021-09-06[ruby/irb] Version 1.3.8.pre.8aycabta
2021-09-06[ruby/irb] Update dependency, reline >= 0.2.8.pre.8aycabta
2021-09-06[ruby/reline] Version 0.2.8.pre.8aycabta
2021-09-06[ruby/irb] Pass RI options to helpFilip Pyda
2021-09-06[ruby/reline] Memoize path of `.inputrc` [Ref #319]manga_osyo
2021-09-06[ruby/irb] Add comments for Alt+d key sequencesaycabta
2021-09-06[ruby/reline] Set scrollbar coloraycabta
2021-09-06[ruby/irb] Use multiple trap_keyaycabta
2021-09-06[ruby/reline] Cut out read_2nd_character_of_key_sequenceaycabta
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] Use combined_key if it exists when comparing Reline::Key and In...aycabta
2021-09-06[ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k...aycabta
2021-09-06[ruby/reline] Support for key bindings result Symbol in Reline::Keyaycabta
2021-09-06[ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match?aycabta
2021-09-06[ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta
2021-09-06[ruby/reline] Reline::Key supports the comparison with Integeraycabta
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/irb] Remove commeted out codeaycabta