conhost.exe: Handle ctrl-pause/break key strokes.
commitfda954dfd4f1a0d07ca151324b9eaedc1f09964d
authorEric Pouech <eric.pouech@gmail.com>
Wed, 21 Dec 2022 09:48:28 +0000 (21 10:48 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 25 Jan 2023 09:04:00 +0000 (25 10:04 +0100)
tree336acc7e883b1a5249095fdb4d79c0ddcbfc11a3
parentae84e423c5d0e7d9d8c083b1f64029ef41e6e1fe
conhost.exe: Handle ctrl-pause/break key strokes.

Note: this patch should be extended by adding insertion
of the CTRL_BREAK_EVENT into processes' crtl handler
(as it's done for CTRL_C_EVENT).

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
programs/conhost/conhost.c
server/console.c