diff options
| author | william341 <[email protected]> | 2016-07-23 18:47:20 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 18:47:20 -0700 |
| commit | 024ec56765e91d896d25417ed09ebf2a6f131eee (patch) | |
| tree | 686aa675c386f95fe7b2e8c03bd45bc7de23a443 /source/WindowsFormsApplication1/Apps/Terminal.Designer.cs | |
| parent | 8c3199c4aad45752e4d2d047d4bfc4d968e43154 (diff) | |
| download | shiftos-c--024ec56765e91d896d25417ed09ebf2a6f131eee.tar.gz shiftos-c--024ec56765e91d896d25417ed09ebf2a6f131eee.tar.bz2 shiftos-c--024ec56765e91d896d25417ed09ebf2a6f131eee.zip | |
Less retarded terminal printing + Fix scrolling
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Terminal.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Terminal.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs b/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs index de4e913..350bcfd 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs @@ -31,7 +31,7 @@ namespace ShiftOS private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.txtterm = new ShiftUI.TextBox(); + this.txtterm = new ShiftUI.RichTextBox(); this.tmrfirstrun = new ShiftUI.Timer(this.components); this.tmrshutdown = new ShiftUI.Timer(this.components); this.pullbs = new ShiftUI.Timer(this.components); @@ -111,7 +111,7 @@ namespace ShiftOS this.ResumeLayout(false); } - internal ShiftUI.TextBox txtterm; + internal ShiftUI.RichTextBox txtterm; internal ShiftUI.Timer tmrfirstrun; internal ShiftUI.Timer tmrshutdown; internal ShiftUI.Timer pullbs; |
