Browse Source

Ignore SIGQUIT

master
Arun Prakash Jana 5 years ago
parent
commit
fabcc488ea
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c View File

@@ -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)) {


Loading…
Cancel
Save