Commit 27235ecb authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

cmd: Echoed prompts are preceded by a blank line.

parent 0debd2fe
......@@ -325,6 +325,8 @@ static void WCMD_show_prompt (void) {
}
p = prompt_string;
q = out_string;
*q++ = '\r';
*q++ = '\n';
*q = '\0';
while (*p != '\0') {
if (*p != '$') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment