http://bugs.winehq.org/show_bug.cgi?id=25856
Summary: Regression: Unable to type - in cmd anymore. Product: Wine Version: 1.3.12 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: trygve.vea@gmail.com CC: eric.pouech@orange.fr
Hello,
Observed on IRC that a user complains about being unable to type - in cmd anymore after wine 1.3.12. Tested it myself, and were able to reproduce.
Doing bisect points me to the following commit:
2a219b948c451213fb4554352b86f3784a8f7e32 is the first bad commit commit 2a219b948c451213fb4554352b86f3784a8f7e32 Author: Eric Pouech eric.pouech@orange.fr Date: Tue Jan 18 22:03:19 2011 +0100
kernel32: Added support for insert/overwrite modes while editing a line.
:040000 040000 0250e1067e0dbfa95915b99f46bb834087923b3b 201965f2628e90ca411883e38e98aed8d6e9de8f M dlls :040000 040000 e689a9502dd762357df6447d92f31b7970d10fe2 1e74b4cb7785c5a0b26635c8ceb47dc93f29e4ce M server
The patch reverts just fine, and the regression is removed.
Added author of the patch as a CC to this bug.