aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-28 15:21:46 -0400
committerlempamo <[email protected]>2017-07-28 15:21:46 -0400
commit717f7caf678aeb08bc2d621988b771cc1ebd6070 (patch)
tree177212c65f2a90748c80beb8983070ddaae4d04d /TimeHACK.Main/OS
parent9205136293b7bc77e570baaffdf0836c3aeef2aa (diff)
downloadhistacom2-717f7caf678aeb08bc2d621988b771cc1ebd6070.tar.gz
histacom2-717f7caf678aeb08bc2d621988b771cc1ebd6070.tar.bz2
histacom2-717f7caf678aeb08bc2d621988b771cc1ebd6070.zip
added seizure warning
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;