We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1b4340d commite818a32Copy full SHA for e818a32
src/fsharp/fsi/fsi.fs
@@ -181,6 +181,7 @@ type FsiValuePrinter(ilGlobals,generateDebugInfo,resolvePath) =
181
FloatingPointFormat= fsi.FloatingPointFormat;
182
PrintWidth= fsi.PrintWidth;
183
184
+
185
PrintDepth= fsi.PrintDepth;
186
PrintLength= fsi.PrintLength;
187
PrintSize= fsi.PrintSize;
@@ -416,7 +417,7 @@ type FsiCommandLineOptions(tcConfigB, fsiConsoleOutput: FsiConsoleOutput) =
416
417
let mutableenableConsoleKeyProcessing=
418
// Mono on Win32 doesn't implement correct console processing
419
not(runningOnMono&& System.Environment.OSVersion.Platform= System.PlatformID.Win32NT)
-let mutablegui=true// override via "--gui", on by default
420
+let mutablegui=false// override via "--gui", on by default
421
#if DEBUG
422
let mutableshowILCode=false// show modul il code
423
#endif