1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-08-18 22:57:06 +02:00
parent f66a2cda2c
commit 8e539c51c3
3 changed files with 31 additions and 8 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
960,
/**/
959,
/**/