commit | f6ebaa7ae64edbe2e56d65c2a3f2494301d11acb | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Jan 25 20:44:49 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Thu Jan 25 20:44:49 2024 +0100 |
tree | 07b247816e53867e7ecca741884d6670ae4de7ad | |
parent | 046a0f75d025783a141b85b9e85a34559fd8cf63 [diff] [blame] |
patch 9.1.0051: MS-Windows: Key event test fail Problem: MS-Windows: Key event test fail (after 9.1.0050) Solution: Catch Interrupt and return Ctrl-C Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 3b56f2f..a21d043 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 51, +/**/ 50, /**/ 49,