diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-23 04:04:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-23 04:04:59 -0700 |
| commit | c2acf569185ddd628b591e1b149da74dd301e93d (patch) | |
| tree | 877609d943482fe750ceb47aab9fc682d793b8de /source/WindowsFormsApplication1/Apps/Terminal.Designer.cs | |
| parent | 03926af3d13399347ddb06e7c52e79e4195fff22 (diff) | |
| parent | 2104517219cd3913bfad316d81f5f72272fe2b2f (diff) | |
| download | shiftos-c--c2acf569185ddd628b591e1b149da74dd301e93d.tar.gz shiftos-c--c2acf569185ddd628b591e1b149da74dd301e93d.tar.bz2 shiftos-c--c2acf569185ddd628b591e1b149da74dd301e93d.zip | |
Merge pull request #14 from ComputeLinux/master
Miscellaneous improvements
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); // |
