https://bugs.winehq.org/show_bug.cgi?id=38698
Bug ID: 38698 Summary: wineconsole: Altering line InsertMode with the Insert key should not be permanent Product: Wine Version: 1.7.44 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: hugh.mcmaster@outlook.com Distribution: ---
In wineconsole, pressing the Insert key changes the InsertMode setting for the current line. When you press Return, the mode remains enabled.
On Windows, the mode reverts to the original mode.
The problem is in kernel32/editline.c. I've got a patch in progress to fix this.