aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-22 11:52:56 -0600
committerFloppyDiskDrive <[email protected]>2017-11-22 11:52:56 -0600
commitcec6b9ef6c7b25669489540b7a07679766c1a462 (patch)
tree8c208582d0b0522cc41f701149f1bbb657d890f2
parent1f6aa7ec0ca66456efacb6789d8e9e4b1ad9d5a3 (diff)
downloadshiftos-rewind-cec6b9ef6c7b25669489540b7a07679766c1a462.tar.gz
shiftos-rewind-cec6b9ef6c7b25669489540b7a07679766c1a462.tar.bz2
shiftos-rewind-cec6b9ef6c7b25669489540b7a07679766c1a462.zip
opps
-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;