aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-22 11:53:01 -0600
committerFloppyDiskDrive <[email protected]>2017-11-22 11:53:01 -0600
commit32db7297ad1ad33b3fb2f7e561d0af70cc608414 (patch)
tree0ca68c8f2242075d67b41af7735dc9b38c7e6f84
parentcec6b9ef6c7b25669489540b7a07679766c1a462 (diff)
downloadshiftos-rewind-32db7297ad1ad33b3fb2f7e561d0af70cc608414.tar.gz
shiftos-rewind-32db7297ad1ad33b3fb2f7e561d0af70cc608414.tar.bz2
shiftos-rewind-32db7297ad1ad33b3fb2f7e561d0af70cc608414.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 a51c2a1..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;