http://bugs.winehq.org/show_bug.cgi?id=13188
--- Comment #15 from Eric Pouech eric.pouech@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