summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta2021-09-102-11/+12
* [ruby/irb] Version 1.3.8.pre.9aycabta2021-09-101-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta2021-09-101-1/+1
* [ruby/reline] Version 0.2.8.pre.9aycabta2021-09-101-1/+1
* [ruby/reline] Erase lines correctly when dialog height is changedaycabta2021-09-101-6/+6
* [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta2021-09-102-1/+4
* [ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune2021-09-101-0/+2
* [ruby/irb] Support symbol with backtickaycabta2021-09-101-7/+11
* [ruby/irb] Show lib name first because it's the most common use caseaycabta2021-09-081-4/+7
* [ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta2021-09-081-1/+13
* [ruby/irb] Use gem paths to complete "require"aycabta2021-09-081-1/+14
* [ruby/reline] Render scrollbar when the column of the dialog is movedaycabta2021-09-081-1/+1
* [ruby/reline] Remove variables that have no meaning in calculationsaycabta2021-09-081-5/+3
* [ruby/reline] Remove garbage left behind when rerendering the right side of t...aycabta2021-09-081-3/+4
* [ruby/reline] Move only one line when render a line and then go to the next lineaycabta2021-09-081-1/+1
* [ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta2021-09-081-2/+2
* [ruby/reline] Remove debug printaycabta2021-09-081-1/+0
* [ruby/reline] Calculate block elem width only onceaycabta2021-09-081-6/+6
* [ruby/reline] Ensure that scrollbar is only rerendered when the position is c...aycabta2021-09-081-16/+21
* [ruby/reline] The width of Block Elements in Unicode is East Asian Ambiguousaycabta2021-09-081-4/+5
* [ruby/reline] Refactor the merging key bindings to make it more readableaycabta2021-09-071-1/+4
* [ruby/reline] Change the comment about key bindings to more appropriateaycabta2021-09-071-1/+1
* [ruby/reline] Use Symbol for method namesaycabta2021-09-071-1/+1
* [ruby/reline] Remove SIG prefix because don't use it in any other signal proc...aycabta2021-09-071-2/+2
* [ruby/reline] Use String for the value to be passed because Signal.trap also ...aycabta2021-09-071-2/+2
* [ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windowsaycabta2021-09-071-5/+11
* [ruby/reline] Trap TSTP to handle C-zaycabta2021-09-071-0/+5
* [ruby/reline] Limit number of chars only when completion source text (pointer...aycabta2021-09-061-1/+1
* [ruby/irb] Version 1.3.8.pre.8aycabta2021-09-061-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.8aycabta2021-09-061-1/+1
* [ruby/reline] Version 0.2.8.pre.8aycabta2021-09-061-1/+1
* [ruby/irb] Pass RI options to helpFilip Pyda2021-09-061-1/+2
* [ruby/reline] Memoize path of `.inputrc` [Ref #319]manga_osyo2021-09-061-1/+5
* [ruby/irb] Add comments for Alt+d key sequencesaycabta2021-09-061-1/+4
* [ruby/reline] Set scrollbar coloraycabta2021-09-061-5/+9
* [ruby/irb] Use multiple trap_keyaycabta2021-09-061-2/+2
* [ruby/reline] Cut out read_2nd_character_of_key_sequenceaycabta2021-09-061-27/+35
* [ruby/reline] Support multiple trap_keyaycabta2021-09-061-1/+5
* [ruby/reline] No need to use max_by when array.size == 1aycabta2021-09-061-2/+2
* [ruby/reline] Use sort.last instead of sort.reverse.firstaycabta2021-09-061-1/+1
* [ruby/reline] Use combined_key if it exists when comparing Reline::Key and In...aycabta2021-09-061-1/+1
* [ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k...aycabta2021-09-062-5/+65
* [ruby/reline] Support for key bindings result Symbol in Reline::Keyaycabta2021-09-061-1/+1
* [ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match?aycabta2021-09-061-0/+1
* [ruby/reline] Support oneshot key bindings config for key_trap of dialog call...aycabta2021-09-062-6/+25
* [ruby/reline] Reline::Key supports the comparison with Integeraycabta2021-09-061-3/+15
* [ruby/reline] Add that Reline::Unicode.take_range is cutting based on widthaycabta2021-09-061-1/+1
* [ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8aycabta2021-09-061-2/+2
* [ruby/irb] Remove commeted out codeaycabta2021-09-041-1/+0
* [ruby/irb] Show doc at the same height as the autocompletion dialogaycabta2021-09-041-1/+1