aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/TerminalApps.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-04 13:12:41 +0700
committerEverythingWindows <[email protected]>2022-11-04 13:12:41 +0700
commit552304f614c30c8be8d2e5f042b39cadf3477bcf (patch)
treefe7f3f857a31a413e67b5269aefc3bd0203fffdc /ShiftOS-TheRevival/MainForms/TerminalApps.vb
parentcd741c3850b861c48fbb2a8e51f1189fb006b935 (diff)
downloadshiftos-therevival-old-0.2.2.tar.gz
shiftos-therevival-old-0.2.2.tar.bz2
shiftos-therevival-old-0.2.2.zip
v0.2.2 stuffy (infobar, time, more efficient code)0.2.2
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/TerminalApps.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/TerminalApps.vb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/TerminalApps.vb b/ShiftOS-TheRevival/MainForms/TerminalApps.vb
index 0b627c9..8d1dd25 100644
--- a/ShiftOS-TheRevival/MainForms/TerminalApps.vb
+++ b/ShiftOS-TheRevival/MainForms/TerminalApps.vb
@@ -30,6 +30,7 @@
Public Sub TerminateApp()
Terminal.ChangeInterpreter = False
+ Terminal.CurrentInterpreter = "terminal"
Terminal.PrintPrompt()
Terminal.AssignPrompt()
End Sub