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 25, 2019
1 parent 09936d1 commit 7bcc639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/windows.rb
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 7bcc639

Please sign in to comment.