mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
terminal bug fix
This commit is contained in:
BIN
boredos.iso
BIN
boredos.iso
Binary file not shown.
BIN
build/cmd.o
BIN
build/cmd.o
Binary file not shown.
@@ -1649,7 +1649,8 @@ static void cmd_exec(char *cmd, bool print_prompt) {
|
||||
cmd_write("\n");
|
||||
}
|
||||
|
||||
if (print_prompt) {
|
||||
|
||||
if (print_prompt && !cmd_is_waiting_for_process) {
|
||||
cmd_print_prompt();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user