kernel32: Use Emacs keymap mode immediately after wineconsole configuration change.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ec35394570
commit
6a3ffc4f3f
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue