From ec94300ae3acb008e04ec99e37a195d0dae3efce Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 22 Sep 2013 19:16:33 +0800 Subject: [PATCH] Usermode/CLIShell - Removed clear on start, was annoying for serial terminal --- Usermode/Applications/CLIShell_src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.20.1