This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Ignore SIGINT to allow returning back to noice when we kill the screensaver
Use 'q' to quit.
master
sin
9 years ago
parent
1e18b85e56
commit
62736bf43a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
noice.c
+ 2
- 0
noice.c
View File
@@ -918,6 +918,8 @@ main(int argc, char *argv[])
ipath = "/";
}
signal(SIGINT, SIG_IGN);
/* Test initial path */
if (canopendir(ipath) == 0)
printerr(1, ipath);
Write
Preview
Loading…
Cancel
Save