diff --git a/shell/shell.c b/shell/shell.c index ff7ed6e8bd452f4cf3b509fe65de4711dbadde6c..fadb12821a82cd70b48a7597a433c22afe024007 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -158,7 +158,6 @@ void shell_init() env_init(); cmd_len = cmd_pos = 0; state = SH_PROMPT; - mprintf("\033[2J\033[1;1H"); } void shell_interactive()