Explorar el Código

Disable GenerateTestCasesForKeyPresses by default

tznind hace 4 meses
padre
commit
4634b35c1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs

+ 1 - 1
Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs

@@ -16,7 +16,7 @@ public class NetInputProcessor : InputProcessor<ConsoleKeyInfo>
     ///         to input stream.
     ///     </remarks>
     /// </summary>
-    public static bool GenerateTestCasesForKeyPresses = true;
+    public static bool GenerateTestCasesForKeyPresses = false;
 #pragma warning restore CA2211
 
     /// <inheritdoc/>