[Bug 13188] command-line kernel debugger kd display problem

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 21 14:40:16 CDT 2008


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





--- Comment #15 from Eric Pouech <eric.pouech at orange.fr>  2008-05-21 14:40:12 ---
I think there are two different issues:
- the "start position" I'm talking about is not necessary the position of the
first character echoed, but the cursor position when ReadConsole is called. In
your last try, "ver" is keyed in before the ReadConsole is called. It's the 'c'
of  command the "real" start position. The current difference between windows
and wine seems to be that windows echoes a character as soon it's keyed in
while Wine only does it while inside ReadConsole. So the behavior you describe
in your last post is "expected".
- the patch I sent deals with changing the cursor position while waiting in
ReadConsole. And you the tests I've done don't show that the "start position"
(as I described earlier) is changed.
- however, I'm still unsure (and I reread your first post) of the issue you
really have. Could precisely describe the difference you see between wine and
windows


-- 
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