mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Implement the NetDriver.End method, fixes #56
This commit is contained in:
@@ -901,7 +901,8 @@ namespace Terminal.Gui {
|
||||
|
||||
public override void End ()
|
||||
{
|
||||
|
||||
Console.ResetColor ();
|
||||
Console.Clear ();
|
||||
}
|
||||
|
||||
static Attribute MakeColor (ConsoleColor f, ConsoleColor b)
|
||||
|
||||
Reference in New Issue
Block a user