diff options
| author | 2018-11-12 03:14:43 +0530 | |
|---|---|---|
| committer | 2018-11-12 03:37:17 +0530 | |
| commit | fabcc488ea3323cab5e4dcc983af18f1e334633d (patch) | |
| tree | bd95b0c6332dfe44ed6cbea4f9c1bb57d3a675e2 | |
| parent | 784ed6fefed5bbfb02e683df928fe238be9a180c (diff) | |
| download | nnn-fabcc488ea3323cab5e4dcc983af18f1e334633d.tar.gz | |
Ignore SIGQUIT
| -rw-r--r-- | src/nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) { |