Browse Source

Implement the NetDriver.End method, fixes #56

Miguel de Icaza 7 năm trước cách đây
mục cha
commit
46983d43bf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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)