aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs
diff options
context:
space:
mode:
authorComputeLinux <[email protected]>2016-07-22 20:41:18 -0700
committerComputeLinux <[email protected]>2016-07-22 20:41:18 -0700
commit73b3953903d4522dbe0ce8eb61c1a9173e98bd8f (patch)
treefb5c0fbf7ac04dca164b01555d2c3a7b612f852f /source/WindowsFormsApplication1/Apps/Terminal.Designer.cs
parent4dfa203fd5de642df4277d01c0eb7ec968233274 (diff)
downloadshiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.tar.gz
shiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.tar.bz2
shiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.zip
Beeping is really annoying. Let's get rid of it.
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Terminal.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/Apps/Terminal.Designer.cs1
1 files changed, 1 insertions, 0 deletions
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);
//