Skip to content

Commit

Permalink
Rename old var name with new name
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Oct 29, 2019
1 parent 7bb928d commit 5885a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def self.getc
else
case input
when 0x00
alt = false
meta = false
@@output_buf.push(input)
input = getwch
@@output_buf.push(*input)
Expand Down

0 comments on commit 5885a54

Please sign in to comment.