summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Collapse)Author
2021-09-14[ruby/reline] Remove unused using methodima1zumi
follow #347 https://github.com/ruby/reline/commit/37453a83a3
2021-09-13[ruby/reline] Use expanded method definitions instead of refinementsaycabta
@jhawthorn said, "this will make Ruby's integer comparisons slower globally." It looks like "binding.irb" is going to cause serious problems in Rails applications. https://github.com/ruby/reline/commit/ee8d6c6a82
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
https://github.com/ruby/reline/commit/92dbac0bff
2021-09-10[ruby/reline] Version 0.2.8.pre.9aycabta
https://github.com/ruby/reline/commit/bad76b5a87
2021-09-10[ruby/reline] Erase lines correctly when dialog height is changedaycabta
https://github.com/ruby/reline/commit/68d2516551
2021-09-08[ruby/reline] Render scrollbar when the column of the dialog is movedaycabta
https://github.com/ruby/reline/commit/5cea268e56
2021-09-08[ruby/reline] Remove variables that have no meaning in calculationsaycabta
https://github.com/ruby/reline/commit/3b7a1900fd
2021-09-08[ruby/reline] Remove garbage left behind when rerendering the right side of ↵aycabta
the dialog https://github.com/ruby/reline/commit/d89c23e30b
2021-09-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
https://github.com/ruby/reline/commit/8a966cd962
2021-09-08[ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta
https://github.com/ruby/reline/commit/577df401b9
2021-09-08[ruby/reline] Remove debug printaycabta
https://github.com/ruby/reline/commit/6f82177f2e
2021-09-08[ruby/reline] Calculate block elem width only onceaycabta
https://github.com/ruby/reline/commit/3054a67d05
2021-09-08[ruby/reline] Ensure that scrollbar is only rerendered when the position is ↵aycabta
changed https://github.com/ruby/reline/commit/f629853eae
2021-09-08[ruby/reline] The width of Block Elements in Unicode is East Asian Ambiguousaycabta
https://github.com/ruby/reline/commit/05e8ab8cbb
2021-09-07[ruby/reline] Refactor the merging key bindings to make it more readableaycabta
https://github.com/ruby/reline/commit/59665a22de
2021-09-07[ruby/reline] Change the comment about key bindings to more appropriateaycabta
https://github.com/ruby/reline/commit/4364d9a386
2021-09-07[ruby/reline] Remove SIG prefix because don't use it in any other signal ↵aycabta
processing https://github.com/ruby/reline/commit/37648042e8
2021-09-07[ruby/reline] Use String for the value to be passed because Signal.trap also ↵aycabta
returns String https://github.com/ruby/reline/commit/b908fe4439
2021-09-07[ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windowsaycabta
https://github.com/ruby/reline/commit/8da8182d1c
2021-09-07[ruby/reline] Trap TSTP to handle C-zaycabta
https://github.com/ruby/reline/commit/ebbd0076b8
2021-09-06[ruby/reline] Version 0.2.8.pre.8aycabta
https://github.com/ruby/reline/commit/967e19786d
2021-09-06[ruby/reline] Memoize path of `.inputrc` [Ref #319]manga_osyo
When `ENV["HOME"] = "foo"` on irb, an exception is raised when retrieving the path of `.inputrc`. Memoize the path of `.inputrc` and don't get the path after the second time. https://github.com/ruby/reline/commit/7b90b16165
2021-09-06[ruby/reline] Set scrollbar coloraycabta
https://github.com/ruby/reline/commit/d7962e420d
2021-09-06[ruby/reline] Support multiple trap_keyaycabta
https://github.com/ruby/reline/commit/b0207fa049
2021-09-06[ruby/reline] No need to use max_by when array.size == 1aycabta
https://github.com/ruby/reline/commit/7e56c8af05
2021-09-06[ruby/reline] Use sort.last instead of sort.reverse.firstaycabta
https://github.com/ruby/reline/commit/67f1d8d2d2
2021-09-06[ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed ↵aycabta
key sequences https://github.com/ruby/reline/commit/731103f9c9
2021-09-06[ruby/reline] Support oneshot key bindings config for key_trap of dialog ↵aycabta
callbacks https://github.com/ruby/reline/commit/5f1141b693
2021-09-06[ruby/reline] Add that Reline::Unicode.take_range is cutting based on widthaycabta
https://github.com/ruby/reline/commit/18405d9594
2021-09-06[ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8aycabta
https://github.com/ruby/reline/commit/3c13d93486
2021-09-04[ruby/reline] Correct misalignment of scrollbaraycabta
https://github.com/ruby/reline/commit/7924b4cfc6
2021-09-04[ruby/reline] Implement scrollbaraycabta
https://github.com/ruby/reline/commit/4c7fc42151
2021-09-04[ruby/reline] Version 0.2.8.pre.7aycabta
https://github.com/ruby/reline/commit/c77c3c6fae
2021-09-03[ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+keyaycabta
https://github.com/ruby/reline/commit/dc2cf90fa6
2021-09-03[ruby/reline] Add Reline::Key#match?aycabta
https://github.com/ruby/reline/commit/8f6aa3af2e
2021-09-03[ruby/reline] Add key accessor for dialog callbacksaycabta
https://github.com/ruby/reline/commit/c949e44a14
2021-09-03[ruby/reline] Swap the order of initialization for readabilityaycabta
https://github.com/ruby/reline/commit/d53749b208
2021-09-03[ruby/reline] Fix autocomplete dialog widthaycabta
https://github.com/ruby/reline/commit/9868432687
2021-09-02[ruby/reline] Version 0.2.8.pre.6aycabta
https://github.com/ruby/reline/commit/175d5ad4c4
2021-09-02[ruby/reline] Clear only necessary parts when dialog disappearingaycabta
https://github.com/ruby/reline/commit/46ff0ff435
2021-09-02[ruby/reline] Shrink the dialog height when contents is shorter than itaycabta
https://github.com/ruby/reline/commit/a18817635f
2021-09-02[ruby/reline] Fix a misalignment when dialog is shown on topaycabta
https://github.com/ruby/reline/commit/0527b1a492
2021-09-02[ruby/reline] Remove an unnsed constantaycabta
https://github.com/ruby/reline/commit/44da8a6b9e
2021-09-02[ruby/reline] Fix a crash when completing empty lineaycabta
https://github.com/ruby/reline/commit/8226ae7e57
2021-09-02[ruby/reline] Fix a crash when completing after 2nd lineaycabta
https://github.com/ruby/reline/commit/f9d3480c34
2021-09-01[ruby/reline] Use padding_space_with_escape_sequences to padding spaces in ↵aycabta
reset_dialog https://github.com/ruby/reline/commit/7d582f4982
2021-09-01[ruby/reline] Cut out a method that calcs width including the escape ↵aycabta
sequence and padding with spaces https://github.com/ruby/reline/commit/46c9d944e5
2021-09-01[ruby/reline] Calc width including escape sequences and padding with spaces ↵aycabta
correctly https://github.com/ruby/reline/commit/21c795e97f
2021-09-01[ruby/reline] Calc width including escape sequences and clear dialog correctlyaycabta
https://github.com/ruby/reline/commit/9b812d5151
2021-09-01Reline::GeneralIO should work fine without ttyaycabta
Notes: Merged: https://github.com/ruby/ruby/pull/4796