aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-06 15:20:38 +0700
committerEverythingWindows <[email protected]>2022-11-06 15:20:38 +0700
commit8b5d4344f7e418369ebe10cb9eb2ac94314537b4 (patch)
treed76cf36af89cb7a5b29c1fca5b0e3697d909d142 /ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb
parent8e4b29c5a54d679099d8eb487c76062c4960c069 (diff)
downloadshiftos-therevival-old-8b5d4344f7e418369ebe10cb9eb2ac94314537b4.tar.gz
shiftos-therevival-old-8b5d4344f7e418369ebe10cb9eb2ac94314537b4.tar.bz2
shiftos-therevival-old-8b5d4344f7e418369ebe10cb9eb2ac94314537b4.zip
dir command done
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb b/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb
index 2dd8c85..9d2f6eb 100644
--- a/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb
+++ b/ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb
@@ -204,6 +204,7 @@
Case "terminal"
Terminal.TextBox1.BackColor = BgColor
Terminal.TextBox1.ForeColor = FgColor
+ Strings.OnceInfo(3) = Bg & Fg
End Select
End Sub
End Module