From 8f6b0e2c3dd491428d1e47f66191a26636b8f4e9 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Sun, 26 Aug 2018 14:44:04 -0400 Subject: New Main Menu --- PortEngine/TerminalAPI.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PortEngine/TerminalAPI.cs') 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; -- cgit v1.2.3