29 Dec
2009
29 Dec
'09
10:09 a.m.
http://bugs.winehq.org/show_bug.cgi?id=21144 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-12-29 04:09:19 --- (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';
Still fails 2 tests. -- 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.