From bf7fcf52ad5373e25fbe399f4f1dd1091f53c159 Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 18 Jun 2017 18:39:27 -0700 Subject: Some more terminal work IT WORKS! IT WWOOOOORRRKKKSS!!! YOu can now use Thread.Sleep(); without issues. --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs index d7e9781..ddae557 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.Designer.cs @@ -35,6 +35,7 @@ // this.richTextBox1.BackColor = System.Drawing.Color.Black; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; + this.richTextBox1.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.ForeColor = System.Drawing.Color.White; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; -- cgit v1.2.3