diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-22 11:46:09 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-22 11:46:09 -0600 |
| commit | 00446b7fe84eeab487163a607613da2e4ed76767 (patch) | |
| tree | 9e1477c3fa7d2479baf8b883e50581e88e8619cf /ShiftOS.Main/ShiftOS/Apps | |
| parent | 8c95325ac4a5a090eba3b13c893ccd5c28c0ad57 (diff) | |
| download | shiftos-rewind-00446b7fe84eeab487163a607613da2e4ed76767.tar.gz shiftos-rewind-00446b7fe84eeab487163a607613da2e4ed76767.tar.bz2 shiftos-rewind-00446b7fe84eeab487163a607613da2e4ed76767.zip | |
yay changes v2
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps')
| -rw-r--r-- | ShiftOS.Main/ShiftOS/Apps/Terminal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/Terminal.cs b/ShiftOS.Main/ShiftOS/Apps/Terminal.cs index cf20bd9..44452ab 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; |
