aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs
index f251094..184b7f5 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs
@@ -46,9 +46,10 @@
this.cmdPrompt.BackColor = System.Drawing.Color.Black;
this.cmdPrompt.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmdPrompt.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.cmdPrompt.ForeColor = System.Drawing.Color.White;
+ this.cmdPrompt.ForeColor = System.Drawing.Color.Silver;
this.cmdPrompt.Location = new System.Drawing.Point(0, 0);
this.cmdPrompt.Name = "cmdPrompt";
+ this.cmdPrompt.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
this.cmdPrompt.ShowSelectionMargin = true;
this.cmdPrompt.Size = new System.Drawing.Size(459, 262);
this.cmdPrompt.TabIndex = 0;