diff options
author | aycabta <[email protected]> | 2019-10-25 10:07:17 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2019-10-25 10:07:17 +0900 |
commit | 7bcc639c720b59eb2199601963bcfa720168185b (patch) | |
tree | e8c7518234a88675f291e90168e9d30a4677529f /lib | |
parent | 09936d1d74c51d2afa9bd52e5681b6edf00aef6d (diff) |
Rename old var name with new name
Diffstat (limited to 'lib')
-rw-r--r-- | lib/reline/windows.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |