Implement the NetDriver.End method, fixes #56

This commit is contained in:
Miguel de Icaza
2018-02-20 23:08:18 -05:00
parent a0b01ca46c
commit 46983d43bf

View File

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