[ruby/reline] Add space
https://github.com/ruby/reline/commit/1bb071bcf5
This commit is contained in:
parent
66ec3217df
commit
8cc01b668a
@ -168,7 +168,7 @@ class Reline::Windows
|
|||||||
@@input_buf = []
|
@@input_buf = []
|
||||||
@@output_buf = []
|
@@output_buf = []
|
||||||
|
|
||||||
def self.msys_tty?(io=@@hConsoleInputHandle)
|
def self.msys_tty?(io = @@hConsoleInputHandle)
|
||||||
# check if fd is a pipe
|
# check if fd is a pipe
|
||||||
if @@GetFileType.call(io) != FILE_TYPE_PIPE
|
if @@GetFileType.call(io) != FILE_TYPE_PIPE
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user