Skip to content

Commit

Permalink
Fix 13944 (#13946)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme authored Sep 21, 2022
1 parent a60de1b commit eaa723d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Compiler/Interactive/fsi.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaa723d

Please sign in to comment.