mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Rename old var name with new name
This commit is contained in:
parent
09936d1d74
commit
7bcc639c72
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class Reline::Windows
|
||||||
else
|
else
|
||||||
case input
|
case input
|
||||||
when 0x00
|
when 0x00
|
||||||
alt = false
|
meta = false
|
||||||
@@output_buf.push(input)
|
@@output_buf.push(input)
|
||||||
input = getwch
|
input = getwch
|
||||||
@@output_buf.push(*input)
|
@@output_buf.push(*input)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue