aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/Terminal.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs
index 8d29cba..30dbd82 100644
--- a/ShiftOS.WinForms/Applications/Terminal.cs
+++ b/ShiftOS.WinForms/Applications/Terminal.cs
@@ -56,7 +56,6 @@ namespace ShiftOS.WinForms.Applications {
public static string latestCommmand = "";
-
public static bool IsInRemoteSystem = false;
public static string RemoteGuid = "";
@@ -371,5 +370,9 @@ namespace ShiftOS.WinForms.Applications {
}
+ internal void ClearText()
+ {
+ rtbterm.Text = "";
+ }
}
} \ No newline at end of file