diff options
Diffstat (limited to 'PortEngine/TerminalAPI.cs')
| -rw-r--r-- | PortEngine/TerminalAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PortEngine/TerminalAPI.cs b/PortEngine/TerminalAPI.cs index 4c09dad..935bb50 100644 --- a/PortEngine/TerminalAPI.cs +++ b/PortEngine/TerminalAPI.cs @@ -13,11 +13,11 @@ namespace PortEngine { bool LastCommandWasClear = false; + txtConsoleOutput.AppendText(Properties.Settings.Default.userDisplayName + "@PortOS:~$ " + txtConsoleInput.Text + Environment.NewLine); + switch (txtConsoleInput.Text.ToLower()) { - - case "help": txtConsoleOutput.AppendText("help - lists the commands\r\ntest - displays a test message\r\nclear - clears the terminal\r\nchangeusername - changes your username for use with the Chatter application\r\n example: changeusername --TheBestUser" + Environment.NewLine); break; |
