diff options
| author | EverythingWindows <[email protected]> | 2022-11-17 11:11:51 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-17 11:11:51 +0700 |
| commit | f9c724e547a659671174d264ba74603ac8227b6e (patch) | |
| tree | 88cd2fc58de670ec931c9be81ca01f7adf7927a3 /ShiftOS-TheRevival/API/TerminalAPI.vb | |
| parent | b6ad60f56854bdf720c1e7177f011329048516db (diff) | |
| download | shiftos-therevival-old-f9c724e547a659671174d264ba74603ac8227b6e.tar.gz shiftos-therevival-old-f9c724e547a659671174d264ba74603ac8227b6e.tar.bz2 shiftos-therevival-old-f9c724e547a659671174d264ba74603ac8227b6e.zip | |
moving from DirectoryManagement to each modules for DE's other module for said action.
Diffstat (limited to 'ShiftOS-TheRevival/API/TerminalAPI.vb')
| -rw-r--r-- | ShiftOS-TheRevival/API/TerminalAPI.vb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
