From 8b5d4344f7e418369ebe10cb9eb2ac94314537b4 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 6 Nov 2022 15:20:38 +0700 Subject: dir command done --- ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb') 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 -- cgit v1.2.3