From f9c724e547a659671174d264ba74603ac8227b6e Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 17 Nov 2022 11:11:51 +0700 Subject: moving from DirectoryManagement to each modules for DE's other module for said action. --- ShiftOS-TheRevival/API/TerminalAPI.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival/API/TerminalAPI.vb') diff --git a/ShiftOS-TheRevival/API/TerminalAPI.vb b/ShiftOS-TheRevival/API/TerminalAPI.vb index e830f41..f199b84 100644 --- a/ShiftOS-TheRevival/API/TerminalAPI.vb +++ b/ShiftOS-TheRevival/API/TerminalAPI.vb @@ -97,7 +97,7 @@ End If Case "clear" If Strings.AvailableFeature(1) = "1" Then - Console.TextBox1.Text = Nothing + Clear() AdvancedCommand = False Console.BadCommand = False End If -- cgit v1.2.3