mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
terminal bug fix
This commit is contained in:
parent
4c0d9886aa
commit
81d60f144c
3 changed files with 2 additions and 1 deletions
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");
|
cmd_write("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (print_prompt) {
|
|
||||||
|
if (print_prompt && !cmd_is_waiting_for_process) {
|
||||||
cmd_print_prompt();
|
cmd_print_prompt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue