mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 03:11:47 -05:00
opps
This commit is contained in:
parent
cec6b9ef6c
commit
32db7297ad
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue