• Eli Zaretskii's avatar
    Treat SIGINT correctly in GUI sessions on MS-Windows · cfaf18a2
    Eli Zaretskii authored
    * 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.
    cfaf18a2
conf_post.h 12.1 KB