diff --git a/Terminal.Gui/Core.cs b/Terminal.Gui/Core.cs index 92c03af42..0820a5d32 100644 --- a/Terminal.Gui/Core.cs +++ b/Terminal.Gui/Core.cs @@ -1264,7 +1264,7 @@ namespace Terminal.Gui { if (p == PlatformID.Win32NT || p == PlatformID.Win32S || p == PlatformID.Win32Windows) UseSystemConsole = true; } - UseSystemConsole = true; + //UseSystemConsole = true; if (UseSystemConsole) Driver = new NetDriver (); else diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index a318c7b1e..b94fc0848 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -10,7 +10,7 @@ true Terminal.Gui - 0.1 + 0.2 Miguel de Icaza https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE https://github.com/migueldeicaza/gui.cs/ @@ -19,6 +19,7 @@ Miguel de Icaza Application framework for creating modern console applications using .NET Gui.cs is a framework for creating console user interfaces + Auto-detect the best console