aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb')
-rw-r--r--ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb4
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb b/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb
index 6e8c7bd..e7952f8 100644
--- a/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb
+++ b/ShiftOS-TheRevival/TerminalApplications/External/TerminalExternalApps.vb
@@ -10,7 +10,7 @@ Module TerminalExternalApps
' Terminal.TextBox1.ReadOnly = True
' Terminal.DefaultPrompt = "Press any key to continue..."
' Terminal.CurrentInterpreter = "pause"
- ' FreezeText = Terminal.TextBox1.Text
+ ' FreezeText = Terminal.TextBox1 x .Text
' ShouldChange = True
Case "shiftoriumfx" 'ShiftoriumFX : Advanced Shiftorium
Console.DefaultPrompt = "Navigate> "
@@ -100,6 +100,8 @@ Module TerminalExternalApps
Case "ojas"
NewLine("dis calculator is very gud")
NewLine("it counts from another universe")
+ Case "cameron"
+ NewLine("quiet frankly it's ShiftOS")
Case "exit"
TerminateApp(Nothing)
Case Else