aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-21 16:53:34 -0600
committerFloppyDiskDrive <[email protected]>2017-11-21 16:53:34 -0600
commit170aebeb6858e12c797aacb81eaa882c059548a9 (patch)
tree8b0e9ca40a27ce4d60abcc5e36fb58eeb044f598 /ShiftOS.Main/ShiftOS/Apps
parent74f4c0efdea7327ed340d600a8cad24b435a5a2d (diff)
downloadshiftos-rewind-170aebeb6858e12c797aacb81eaa882c059548a9.tar.gz
shiftos-rewind-170aebeb6858e12c797aacb81eaa882c059548a9.tar.bz2
shiftos-rewind-170aebeb6858e12c797aacb81eaa882c059548a9.zip
minor change v2
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps')
-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 c65f705..28e301c 100644
--- a/ShiftOS.Main/ShiftOS/Apps/Terminal.cs
+++ b/ShiftOS.Main/ShiftOS/Apps/Terminal.cs
@@ -9,7 +9,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;