cmd: Echoed prompts are preceded by a blank line.

This commit is contained in:
Dan Kegel 2010-01-02 17:00:45 -08:00 committed by Alexandre Julliard
parent 0debd2fef4
commit 27235ecb65
1 changed files with 2 additions and 0 deletions

View File

@ -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 != '$') {