https://bugs.winehq.org/show_bug.cgi?id=50037
Bug ID: 50037 Summary: wineconsole and mingw64 gdb.exe and keyboard input Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: vladimir.kokovic@gmail.com Distribution: ---
After the last wineconsole commit, mingw64 gdb.exe(9.2) which works fine in wine17, does not have the ability to control the keyboard input. Any character that is typed on the keyboard is obviously not transferred to the process in which gdb.exe is!
commit 627d31fcd9fa1e4657c781ca07ff25e437101820 Author: Jacek Caban jacek@codeweavers.com Date: Mon Oct 12 18:27:44 2020 +0200
wineconsole: Reimplement as AllocConsole wrapper.