diff options
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/TerminalColorSystem.vb | 1 |
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 |
