diff --git a/Server/Forms/FrmRemoteShell.cs b/Server/Forms/FrmRemoteShell.cs index 2e0911c0..8926c451 100644 --- a/Server/Forms/FrmRemoteShell.cs +++ b/Server/Forms/FrmRemoteShell.cs @@ -101,6 +101,7 @@ namespace xServer.Forms { txtConsoleOutput.Invoke((MethodInvoker)delegate { + txtConsoleOutput.SelectionColor = Color.White; txtConsoleOutput.AppendText(message); }); }