[Bug 21144] cmd missing newline in output?

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 25 09:35:06 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=21144





--- Comment #2 from Dan Kegel <dank at kegel.com>  2009-12-25 09:35:05 ---
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';

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list