aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-22 11:50:57 -0600
committerFloppyDiskDrive <[email protected]>2017-11-22 11:50:57 -0600
commit1f6aa7ec0ca66456efacb6789d8e9e4b1ad9d5a3 (patch)
tree1492a7739e69d37e895fb23de0ab563ec2a09ea8
parent00446b7fe84eeab487163a607613da2e4ed76767 (diff)
downloadshiftos-rewind-1f6aa7ec0ca66456efacb6789d8e9e4b1ad9d5a3.tar.gz
shiftos-rewind-1f6aa7ec0ca66456efacb6789d8e9e4b1ad9d5a3.tar.bz2
shiftos-rewind-1f6aa7ec0ca66456efacb6789d8e9e4b1ad9d5a3.zip
yay fixed
-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..a51c2a1 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;