[PATCH 0/1] MR9481: cmd: Force flushing the prompt in SET /P command.
regression likely introduced by fc70990d579a74974c6e4f1550f892188114f5cf Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58998 Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9481
From: Eric Pouech <epouech(a)codeweavers.com> regression likely introduced by fc70990d579a74974c6e4f1550f892188114f5cf Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58998 Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> --- programs/cmd/builtins.c | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c index a446838582f..504febeda76 100644 --- a/programs/cmd/builtins.c +++ b/programs/cmd/builtins.c @@ -3061,6 +3061,7 @@ RETURN_CODE WCMD_setshow_env(WCHAR *s) if (last) *last = L'\0'; } WCMD_output_asis(p); + WCMD_output_asis(NULL); } /* Read the reply */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9481
participants (2)
-
Eric Pouech -
eric pouech (@epo)