Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Jul 13, 2020
1 parent 92eea65 commit fe98439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/src/LineEdit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ if Sys.iswindows()
function _console_mode()
hOutput = ccall(:GetStdHandle, stdcall, Int32, (Int32,), -11) # STD_OUTPUT_HANDLE
dwMode = Ref{UInt32}(0)
ccall(:GetConsoleMode, Int32, (Int32, Ptr{Nothing}), hOutput, dwMode)
ccall(:GetConsoleMode, stdcall, Int32, (Int32, Ptr{Nothing}), hOutput, dwMode)
dwMode[]
end
const default_console_mode = _console_mode()
Expand Down

0 comments on commit fe98439

Please sign in to comment.