mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Revert "Add space"
This reverts commit https://github.com/ruby/reline/commit/1bb071bcf5a9. To merge a Pull Request... https://github.com/ruby/reline/commit/e9fe1b1305
This commit is contained in:
parent
3bb6e4f641
commit
7dd0e91cac
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class Reline::Windows
|
|||
@@input_buf = []
|
||||
@@output_buf = []
|
||||
|
||||
def self.msys_tty?(io = @@hConsoleInputHandle)
|
||||
def self.msys_tty?(io=@@hConsoleInputHandle)
|
||||
# check if fd is a pipe
|
||||
if @@GetFileType.call(io) != FILE_TYPE_PIPE
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue