]> git.eshelyaron.com Git - emacs.git/commit
Treat SIGINT correctly in GUI sessions on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Mon, 5 Sep 2016 16:50:59 +0000 (19:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 5 Sep 2016 16:50:59 +0000 (19:50 +0300)
commitcfaf18a27c262694750400005e882f1cfc7ff2b0
treecf5b3cb11a3dd8ba29f63d64163f5cdae7bd47b6
parent62e4dc4660cb3b29cfffcad0639e51c7f382ced8
Treat SIGINT correctly in GUI sessions on MS-Windows

* src/w32proc.c (sys_signal): Don't reject SIGINT, as it is
supported by MS runtime.
* src/term.c (DEV_TTY): Move from here ...
* src/conf_post.h (DEV_TTY): ... to here.  Separate definitions
for WINDOWSNT and for the rest.
* src/keyboard.c (handle_interrupt_signal): Use DEV_TTY instead of
a literal "/dev/tty".

* etc/NEWS: Mention the behavior change.
etc/NEWS
src/conf_post.h
src/keyboard.c
src/term.c
src/w32proc.c