This commit is contained in:
FloppyDiskDrive 2017-11-22 11:52:56 -06:00
parent 1f6aa7ec0c
commit cec6b9ef6c

View file

@ -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 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 defaulttextBefore = "user> ";
public string defaulttextResult = "[user@shiftos~]$> "; // NOT YET IMPLEMENTED!!! public string defaulttextResult = "[user@shiftos ~]$ "; // NOT YET IMPLEMENTED!!!
public bool DoClear = false; public bool DoClear = false;
public bool RunningCommand = false; public bool RunningCommand = false;
public bool WaitingResponse = false; public bool WaitingResponse = false;