diff options
| author | Michael <[email protected]> | 2017-04-14 10:50:05 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-14 10:50:05 -0400 |
| commit | fb481614fc2cd64357d60c4459adb5b65072bbce (patch) | |
| tree | 484c7c2556eda1f3a2acf4d3b9faf4de42d4b82a /ShiftOS.WinForms/Controls/TerminalBox.cs | |
| parent | 791290857f6feed7da6b583b8f39cb45698d69e8 (diff) | |
| download | shiftos_thereturn-fb481614fc2cd64357d60c4459adb5b65072bbce.tar.gz shiftos_thereturn-fb481614fc2cd64357d60c4459adb5b65072bbce.tar.bz2 shiftos_thereturn-fb481614fc2cd64357d60c4459adb5b65072bbce.zip | |
Dramatic speed-up of window loading.
Diffstat (limited to 'ShiftOS.WinForms/Controls/TerminalBox.cs')
| -rw-r--r-- | ShiftOS.WinForms/Controls/TerminalBox.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Controls/TerminalBox.cs b/ShiftOS.WinForms/Controls/TerminalBox.cs index df820f7..cdb0965 100644 --- a/ShiftOS.WinForms/Controls/TerminalBox.cs +++ b/ShiftOS.WinForms/Controls/TerminalBox.cs @@ -118,5 +118,10 @@ namespace ShiftOS.WinForms.Controls } base.OnMouseUp(mevent); } + + public TerminalBox() : base() + { + this.Tag = "keepbg keepfg keepfont"; + } } } |
