From 73b3953903d4522dbe0ce8eb61c1a9173e98bd8f Mon Sep 17 00:00:00 2001 From: ComputeLinux Date: Fri, 22 Jul 2016 20:41:18 -0700 Subject: Beeping is really annoying. Let's get rid of it. --- source/WindowsFormsApplication1/Apps/Terminal.Designer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'source/WindowsFormsApplication1/Apps/Terminal.Designer.cs') diff --git a/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs b/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs index 5f7ba27..8ac3ab3 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs @@ -56,6 +56,7 @@ namespace ShiftOS this.txtterm.Name = "txtterm"; this.txtterm.Size = new System.Drawing.Size(650, 396); this.txtterm.TabIndex = 0; + this.txtterm.TextChanged += new System.EventHandler(this.txtterm_TextChanged); this.txtterm.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ScrollDeactivate); this.txtterm.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ScrollTerm); // -- cgit v1.2.3