Explorar o código

Implement the NetDriver.End method, fixes #56

Miguel de Icaza %!s(int64=7) %!d(string=hai) anos
pai
achega
46983d43bf
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Terminal.Gui/Driver.cs

+ 2 - 1
Terminal.Gui/Driver.cs

@@ -901,7 +901,8 @@ namespace Terminal.Gui {
 
 		public override void End ()
 		{
-
+			Console.ResetColor ();
+			Console.Clear ();
 		}
 
 		static Attribute MakeColor (ConsoleColor f, ConsoleColor b)