From 90b1bdca5f8f2bf634a0b83ed9b623843ada5661 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Thu, 23 Nov 2017 18:28:51 +0000 Subject: Clear fixed! --- ShiftOS.Main/ShiftOS/Apps/Terminal.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ShiftOS.Main/ShiftOS') diff --git a/ShiftOS.Main/ShiftOS/Apps/Terminal.cs b/ShiftOS.Main/ShiftOS/Apps/Terminal.cs index bd53ab7..f7307cb 100644 --- a/ShiftOS.Main/ShiftOS/Apps/Terminal.cs +++ b/ShiftOS.Main/ShiftOS/Apps/Terminal.cs @@ -116,7 +116,8 @@ namespace ShiftOS.Main.ShiftOS.Apps public void Clear() { DoClear = true; - termmain.Text = $"\n {defaulttextResult}"; + OldText = ""; + termmain.Text = ""; TrackingPosition = termmain.Text.Length; DoClear = false; } -- cgit v1.2.3