aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/API
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-23 08:36:50 +0700
committerEverythingWindows <[email protected]>2022-11-23 08:36:50 +0700
commit30ceaeb60fcb83cd3eaf5ec7a3dd34e3abade51d (patch)
tree64ea4a51d30d7405d96866c546779f8a1f051060 /ShiftOS-TheRevival/API
parent60b812a15b3912afe36679652d8fa625aea126bf (diff)
downloadshiftos-therevival-old-30ceaeb60fcb83cd3eaf5ec7a3dd34e3abade51d.tar.gz
shiftos-therevival-old-30ceaeb60fcb83cd3eaf5ec7a3dd34e3abade51d.tar.bz2
shiftos-therevival-old-30ceaeb60fcb83cd3eaf5ec7a3dd34e3abade51d.zip
DuWM enhancements
Diffstat (limited to 'ShiftOS-TheRevival/API')
-rw-r--r--ShiftOS-TheRevival/API/TerminalAPI.vb8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/API/TerminalAPI.vb b/ShiftOS-TheRevival/API/TerminalAPI.vb
index 988739e..a8f28eb 100644
--- a/ShiftOS-TheRevival/API/TerminalAPI.vb
+++ b/ShiftOS-TheRevival/API/TerminalAPI.vb
@@ -252,6 +252,9 @@ Module TerminalAPI
NormalCommand()
End If
Case "reboot"
+ If IsStartG = True Then
+ StopG()
+ End If
Console.TextBox1.Text = Nothing
AdvancedCommand = False
NormalCommand()
@@ -366,6 +369,11 @@ Module TerminalAPI
Infobar()
End If
End If
+ If command Like "taskkill *" Then
+ Taskkill()
+ AdvancedCommand = False
+ NormalCommand()
+ End If
If command Like "man *" Then
If Strings.AvailableFeature(0) = "1" Then
Manual(command)