]> granicus.if.org Git - vim/commit
patch 8.0.0839: cannot kill a job in a terminal with CTRL-C v8.0.0839
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Aug 2017 20:24:26 +0000 (22:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Aug 2017 20:24:26 +0000 (22:24 +0200)
commitfae428354213b54626ff9e29faa5fd86161da942
tree26926e8d68d6d6aef91561a83b51fd5bce5f856a
parent94053a51255121713f51c122eb0dbb46c120e6d4
patch 8.0.0839: cannot kill a job in a terminal with CTRL-C

Problem:    Cannot kill a job in a terminal with CTRL-C.
Solution:   Set the controlling tty and send SIGINT. (closes #1910)
src/os_unix.c
src/proto/os_unix.pro
src/terminal.c
src/version.c