Commit 6a3ffc4f authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

kernel32: Use Emacs keymap mode immediately after wineconsole configuration change.

parent ec353945
......@@ -985,6 +985,8 @@ WCHAR* CONSOLE_Readline(HANDLE hConsoleIn, BOOL can_pos_cursor)
}
}
CONSOLE_GetEditionMode(hConsoleIn, &use_emacs);
GetConsoleMode(hConsoleIn, &mode);
if (input_mode != mode)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment