aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/API
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-24 22:51:51 +0700
committerEverythingWindows <[email protected]>2022-11-24 22:51:51 +0700
commitfb1e91c76bda9662305b3025ea3e6a9d72c9fe0b (patch)
tree54e664674cf55f0764a178bc6d3456591a925b0e /ShiftOS-TheRevival/API
parent9754f495672581abd7098c39027b512525b5f9ab (diff)
downloadshiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.tar.gz
shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.tar.bz2
shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.zip
rough 0.2.7
Diffstat (limited to 'ShiftOS-TheRevival/API')
-rw-r--r--ShiftOS-TheRevival/API/TerminalAPI.vb9
1 files changed, 6 insertions, 3 deletions
diff --git a/ShiftOS-TheRevival/API/TerminalAPI.vb b/ShiftOS-TheRevival/API/TerminalAPI.vb
index bf95389..10a6214 100644
--- a/ShiftOS-TheRevival/API/TerminalAPI.vb
+++ b/ShiftOS-TheRevival/API/TerminalAPI.vb
@@ -29,9 +29,6 @@ Module TerminalAPI
StayAtChapter = False
InitializeTerminal()
Else
- If Strings.AvailableFeature(35) = 0 Then
- MsgBox("Fuck you!")
- End If
Terminal_CheckFeature()
Terminal_PrintPrompt()
Terminal_AssignPrompt()
@@ -192,6 +189,12 @@ Module TerminalAPI
Case "05tray"
_05tray()
NewLine("you cheater!")
+ Case "applist"
+ If IsStartG = True Then
+ AppList()
+ AdvancedCommand = False
+ NormalCommand()
+ End If
Case "bc"
If Strings.AvailableFeature(9) = "1" Then
Console.ChangeInterpreter = True