]> Sergey Matveev's repositories - nnn.git/commitdiff
Ignore SIGQUIT
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 11 Nov 2018 21:44:43 +0000 (03:14 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 11 Nov 2018 22:07:17 +0000 (03:37 +0530)
src/nnn.c

index bcc54b22a918eaa1901b7e2f9ed6d3c40248e508..0cf0392d97557129f1719ddd7f4db4448fc40ee8 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3543,6 +3543,7 @@ int main(int argc, char *argv[])
                cfg.autoselect = 0;
 
        signal(SIGINT, SIG_IGN);
+       signal(SIGQUIT, SIG_IGN);
 
        /* Test initial path */
        if (!xdiraccess(ipath)) {