diff --git a/userspace/Shell/main.cpp b/userspace/Shell/main.cpp index 4dd8b4110..e88df1bd6 100644 --- a/userspace/Shell/main.cpp +++ b/userspace/Shell/main.cpp @@ -290,7 +290,7 @@ BAN::Optional execute_builtin(BAN::Vector& args, int fd_in, in if (args.front() == "clear"sv) { - fprintf(fout, "\e[H\e[J"); + fprintf(fout, "\e[H\e[2J"); fflush(fout); } else if (args.front() == "exit"sv)