minor change v2

This commit is contained in:
FloppyDiskDrive 2017-11-21 16:53:34 -06:00
parent 74f4c0efde
commit 170aebeb68

View file

@ -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;