From 717f7caf678aeb08bc2d621988b771cc1ebd6070 Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 28 Jul 2017 15:21:46 -0400 Subject: added seizure warning --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TimeHACK.Main/OS') 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; -- cgit v1.2.3