Add comments

This commit is contained in:
Arun Prakash Jana 2019-01-28 21:54:48 +05:30
parent 2669278a31
commit 4f03b2d2f0
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

@ -4034,6 +4034,7 @@ int main(int argc, char *argv[])
filterfn = &visible_str;
}
/* Ignore certain signals */
signal(SIGINT, SIG_IGN);
signal(SIGQUIT, SIG_IGN);