From d3ce724d287cbacdef35b06832d37e4cb65a6013 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 19 Jul 2017 19:24:28 -0400 Subject: Can the Terminal PLEASE be someone else's fucking issue now? --- ShiftOS.Frontend/Apps/TextPad.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/Apps/TextPad.cs') diff --git a/ShiftOS.Frontend/Apps/TextPad.cs b/ShiftOS.Frontend/Apps/TextPad.cs index 84eb9ef..744b3c7 100644 --- a/ShiftOS.Frontend/Apps/TextPad.cs +++ b/ShiftOS.Frontend/Apps/TextPad.cs @@ -19,6 +19,7 @@ namespace ShiftOS.Frontend.Apps { contentsLabel = new TerminalControl(); contentsLabel.Dock = GUI.DockStyle.Fill; + contentsLabel.PerformTerminalBehaviours = false; AddControl(contentsLabel); } @@ -42,7 +43,7 @@ namespace ShiftOS.Frontend.Apps public void OpenFile(string file) { - //contentsLabel.Text = Objects.ShiftFS.Utils.ReadAllText(file); + contentsLabel.Text = Objects.ShiftFS.Utils.ReadAllText(file); AppearanceManager.SetupWindow(this); } } -- cgit v1.2.3