]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0960: job in terminal does not get CTRL-C v8.0.0960
authorBram Moolenaar <Bram@vim.org>
Fri, 18 Aug 2017 20:57:06 +0000 (22:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 Aug 2017 20:57:06 +0000 (22:57 +0200)
commit8e539c51c31461fc602071373bdff9edd1aed25f
treeb98f1e2ae2e88ff5b26b01104ebbea080a590bc1
parentf66a2cda2c425c441fc5e20c8f8893c9630e3aaa
patch 8.0.0960: job in terminal does not get CTRL-C

Problem:    Job in terminal does not get CTRL-C, we send a SIGINT instead.
Solution:   Don't call may_send_sigint() on CTRL-C.  Make CTRL-W CTRL-C end
            the job.
runtime/doc/terminal.txt
src/terminal.c
src/version.c