From 7bcc639c720b59eb2199601963bcfa720168185b Mon Sep 17 00:00:00 2001 From: aycabta Date: Fri, 25 Oct 2019 10:07:17 +0900 Subject: Rename old var name with new name --- lib/reline/windows.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb index 3425c13477..aef3073a7e 100644 --- a/lib/reline/windows.rb +++ b/lib/reline/windows.rb @@ -136,7 +136,7 @@ class Reline::Windows else case input when 0x00 - alt = false + meta = false @@output_buf.push(input) input = getwch @@output_buf.push(*input) -- cgit v1.2.3