From f362d4fd75a6bb9e018e64cf5857e335ddc9cd5b Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 15 Feb 2018 23:04:42 -0500 Subject: [PATCH] oops, use the autodetection, do not force Windows driver on Unix --- Terminal.Gui/Core.cs | 2 +- Terminal.Gui/Terminal.Gui.csproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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