http://bugs.winehq.org/show_bug.cgi?id=21144
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #5 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-07-20 14:16:48 CDT --- (In reply to comment #2)
Running with @echo off gets rid of the problem. I guess the command echoing code prints an extra newline before each command being echoed. Maybe changing WCMD_show_prompt like this would do the trick? (I'd try it but I'm on a netbook...)
327 q = out_string;
- *q++ = '\r';
- *q++ = '\n';
328 *q = '\0';
Can you please retry in current wine? I've added some changes regarded newlines recently.