From 63ebc9dad10e1f31058b7b4148c00198b67928de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 14 Apr 2017 11:15:17 +0200 Subject: vis: make certain operations interruptible with As currently implemented this will only work for operations which are individually fast, but repeated many times (e.g. `1000000itext`). --- main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index fdd7841..96034b1 100644 --- a/main.c +++ b/main.c @@ -2083,7 +2083,6 @@ int main(int argc, char *argv[]) { sigset_t blockset; sigemptyset(&blockset); sigaddset(&blockset, SIGBUS); - sigaddset(&blockset, SIGINT); sigaddset(&blockset, SIGCONT); sigaddset(&blockset, SIGWINCH); sigaddset(&blockset, SIGTERM); -- cgit v1.2.3