ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.249 by ayin, Tue Feb 19 10:47:03 2008 UTC vs.
Revision 1.250 by root, Tue Feb 19 17:47:01 2008 UTC

1524 signal (SIGTSTP, SIG_IGN); 1524 signal (SIGTSTP, SIG_IGN);
1525 signal (SIGTTIN, SIG_IGN); 1525 signal (SIGTTIN, SIG_IGN);
1526 signal (SIGTTOU, SIG_IGN); 1526 signal (SIGTTOU, SIG_IGN);
1527#endif /* SIGTSTP */ 1527#endif /* SIGTSTP */
1528 1528
1529 // unblock signals (signals are blocked by iom.C
1530 sigset_t ss;
1531 sigemptyset (&ss);
1532 sigprocmask (SIG_SETMASK, &ss, 0);
1533
1534 /* command interpreter path */ 1529 /* command interpreter path */
1535 if (argv) 1530 if (argv)
1536 { 1531 {
1537# ifdef DEBUG_CMD 1532# ifdef DEBUG_CMD
1538 int i; 1533 int i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines