http://bugs.winehq.org/show_bug.cgi?id=10907
Summary: getch() function does not get arrows, home, end, ins etc. Product: Wine Version: 0.9.51. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-dos AssignedTo: wine-bugs@winehq.org ReportedBy: mail2benny@gmail.com
Created an attachment (id=9820) --> (http://bugs.winehq.org/attachment.cgi?id=9820) The program which exploits the bug
The getch() function does not get arrows, home, end, ins etc. in wine console. I've written a program which exploits the bug, run it on wine console and on Win Vista or some other Win versions (not tested) and press some arrows or home or something. You'll get the picture. I hope :)
The program is compiled in Dev-C++ 4.9.9.2 It uses conio.h and libconio.a (which will be uploaded in a zip) Source will be uploaded too, although its fairly small