aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps/Terminal.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-22 11:35:48 -0600
committerFloppyDiskDrive <[email protected]>2017-11-22 11:35:48 -0600
commit2cb81352d731a8326bb0acb33ca82a55933b48d5 (patch)
tree0a1dca58d6e3e88e1ccff54a42b573795db79595 /ShiftOS.Main/ShiftOS/Apps/Terminal.cs
parent277d5c79e703a287ff11b990822b66e180cd1253 (diff)
downloadshiftos-rewind-2cb81352d731a8326bb0acb33ca82a55933b48d5.tar.gz
shiftos-rewind-2cb81352d731a8326bb0acb33ca82a55933b48d5.tar.bz2
shiftos-rewind-2cb81352d731a8326bb0acb33ca82a55933b48d5.zip
yay new command
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/Terminal.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Apps/Terminal.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/Terminal.cs b/ShiftOS.Main/ShiftOS/Apps/Terminal.cs
index 44452ab..cf20bd9 100644
--- a/ShiftOS.Main/ShiftOS/Apps/Terminal.cs
+++ b/ShiftOS.Main/ShiftOS/Apps/Terminal.cs
@@ -11,7 +11,7 @@ namespace ShiftOS.Main.ShiftOS.Apps
{
public int TerminalID = TerminalBackend.trmTopID++; // Used so that we can have multiple instances of the terminal whilst the command begin run knowing what terminal to send the text to - very complicated ;)
public string defaulttextBefore = "user> ";
- public string defaulttextResult = "[user@shiftos~]$> "; // NOT YET IMPLEMENTED!!!
+ public string defaulttextResult = "[user@shiftos ~]$ "; // NOT YET IMPLEMENTED!!!
public bool DoClear = false;
public bool RunningCommand = false;
public bool WaitingResponse = false;