]> git.eshelyaron.com Git - emacs.git/commit
Fix interrupt-process on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Jul 2020 16:51:19 +0000 (19:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Jul 2020 16:51:19 +0000 (19:51 +0300)
commite325d2638c06dfe0589b5dee7d1cad8fb41f740f
tree41605c44660830fafcd737fc79a5ae3813497885
parentd24e56a5e4959f82b3da0dfac9ee3c428e077cbd
Fix interrupt-process on MS-Windows

* src/w32proc.c (sys_kill): Test the status of the left Ctrl key
for the purpose of restoring it after simulating Ctrl-C.  This
avoids leaving the left Ctrl key status in depressed state when
the user actually pressed the right Ctrl key.  (Bug#42350)
src/w32proc.c