aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/API/TerminalAPI.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-17 11:03:57 +0700
committerEverythingWindows <[email protected]>2022-11-17 11:03:57 +0700
commitb6ad60f56854bdf720c1e7177f011329048516db (patch)
tree69c61110b7b2e24cce5260829eed80eb192debe1 /ShiftOS-TheRevival/API/TerminalAPI.vb
parente08f5e8e55a2c7061a638bba6428f6d9b495d4c7 (diff)
downloadshiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.tar.gz
shiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.tar.bz2
shiftos-therevival-old-b6ad60f56854bdf720c1e7177f011329048516db.zip
CodepointSystem module, ColorSystem module, Completing TerminalInternalApps migrating to modules
Diffstat (limited to 'ShiftOS-TheRevival/API/TerminalAPI.vb')
-rw-r--r--ShiftOS-TheRevival/API/TerminalAPI.vb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS-TheRevival/API/TerminalAPI.vb b/ShiftOS-TheRevival/API/TerminalAPI.vb
index e9b7bde..e830f41 100644
--- a/ShiftOS-TheRevival/API/TerminalAPI.vb
+++ b/ShiftOS-TheRevival/API/TerminalAPI.vb
@@ -8,7 +8,7 @@
If Strings.AvailableFeature(18) = 1 Then
ShOSKey_InputCommand(command)
End If
- Console.DoCommand()
+ Terminal_DoCommand()
Terminal_PrintPrompt()
TextRebind()
End Sub
@@ -67,7 +67,7 @@
Dim i As Integer = 1
While i <= linenum
command = sr.ReadLine()
- Console.DoCommand()
+ Terminal_DoCommand()
NewLine(Nothing)
i = i + 1
End While
@@ -106,7 +106,7 @@
AdvancedCommand = False
Console.BadCommand = False
Case "colors"
- DisplayColors()
+ Colors()
AdvancedCommand = False
Console.BadCommand = False
Case "date"