terminal bug fix

This commit is contained in:
boreddevnl 2026-02-28 23:11:13 +01:00
parent 4c0d9886aa
commit 81d60f144c
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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();
} }
} }