aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb')
-rw-r--r--ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb
new file mode 100644
index 0000000..0a22401
--- /dev/null
+++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb
@@ -0,0 +1,5 @@
+Module Com_Clear
+ Public Sub Clear()
+ Console.TextBox1.Text = Nothing
+ End Sub
+End Module