From: John Hodge Date: Sun, 22 Sep 2013 11:16:33 +0000 (+0800) Subject: Usermode/CLIShell - Removed clear on start, was annoying for serial terminal X-Git-Tag: rel0.15~189 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=ec94300ae3acb008e04ec99e37a195d0dae3efce;p=tpg%2Facess2.git Usermode/CLIShell - Removed clear on start, was annoying for serial terminal --- diff --git a/Usermode/Applications/CLIShell_src/main.c b/Usermode/Applications/CLIShell_src/main.c index 8088a214..8cea3648 100644 --- a/Usermode/Applications/CLIShell_src/main.c +++ b/Usermode/Applications/CLIShell_src/main.c @@ -56,7 +56,7 @@ int main(int argc, char *argv[], char **envp) gasEnvironment = envp; - Command_Clear(0, NULL); +// Command_Clear(0, NULL); { char *tmp = getenv("CWD");