mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
63d75d38cb
commit
ddf0cdee4f
1 changed files with 2 additions and 1 deletions
|
@ -319,7 +319,8 @@ module IRB
|
||||||
alt_d = [
|
alt_d = [
|
||||||
[Reline::Key.new(nil, 0xE4, true)], # Normal Alt+d.
|
[Reline::Key.new(nil, 0xE4, true)], # Normal Alt+d.
|
||||||
[27, 100], # Normal Alt+d when convert-meta isn't used.
|
[27, 100], # Normal Alt+d when convert-meta isn't used.
|
||||||
[195, 164] # The "ä" that appears when Alt+d is pressed on xterm.
|
[195, 164], # The "ä" that appears when Alt+d is pressed on xterm.
|
||||||
|
[226, 136, 130] # The "∂" that appears when Alt+d in pressed on iTerm2.
|
||||||
]
|
]
|
||||||
|
|
||||||
if just_cursor_moving and completion_journey_data.nil?
|
if just_cursor_moving and completion_journey_data.nil?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue