Hugh McMaster : conhost: Process Ctrl-M key input.

Alexandre Julliard julliard at winehq.org
Tue Apr 12 13:38:04 CDT 2022


Module: wine
Branch: oldstable
Commit: 6e7f753c158aa2b6537bdeaf8e9dfc722248406d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6e7f753c158aa2b6537bdeaf8e9dfc722248406d

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Tue Dec 14 22:43:15 2021 +1100

conhost: Process Ctrl-M key input.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50526
Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 12cf3459b5ae561f012b4c47dd4775c428d026e6)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 programs/conhost/conhost.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/conhost/conhost.c b/programs/conhost/conhost.c
index fbee37d9c01..0a792251fd7 100644
--- a/programs/conhost/conhost.c
+++ b/programs/conhost/conhost.c
@@ -1107,6 +1107,7 @@ static const struct edit_line_key_entry win32_key_map_ctrl[] =
     { VK_RIGHT, edit_line_move_right_word },
     { VK_END,   edit_line_kill_suffix     },
     { VK_HOME,  edit_line_kill_prefix     },
+    { 'M',      edit_line_done            },
     { 0 }
 };
 




More information about the wine-cvs mailing list