ruby-changes:58433
From: aycabta <ko1@a...>
Date: Fri, 25 Oct 2019 10:08:25 +0900 (JST)
Subject: [ruby-changes:58433] 7bcc639c72 (master): Rename old var name with new name
https://git.ruby-lang.org/ruby.git/commit/?id=7bcc639c72 From 7bcc639c720b59eb2199601963bcfa720168185b Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Fri, 25 Oct 2019 10:07:17 +0900 Subject: Rename old var name with new name diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb index 3425c13..aef3073 100644 --- a/lib/reline/windows.rb +++ b/lib/reline/windows.rb @@ -136,7 +136,7 @@ class Reline::Windows https://github.com/ruby/ruby/blob/trunk/lib/reline/windows.rb#L136 else case input when 0x00 - alt = false + meta = false @@output_buf.push(input) input = getwch @@output_buf.push(*input) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/