diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Terminal.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Terminal.Designer.cs | 1 |
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); // |
