diff --git a/src/Compiler/Interactive/fsi.fs b/src/Compiler/Interactive/fsi.fs index 316dfd429bb..ddf46360ae7 100644 --- a/src/Compiler/Interactive/fsi.fs +++ b/src/Compiler/Interactive/fsi.fs @@ -827,8 +827,7 @@ type internal FsiCommandLineOptions(fsi: FsiEvaluationSessionHostConfig, tcConfigB, fsiConsoleOutput: FsiConsoleOutput) = - let mutable enableConsoleKeyProcessing = - not (Environment.OSVersion.Platform = PlatformID.Win32NT) + let mutable enableConsoleKeyProcessing = true let mutable gui = true // override via "--gui" on by default #if DEBUG