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

Comparing rxvt-unicode/src/rxvtc.C (file contents):
Revision 1.36 by root, Thu May 22 18:54:33 2014 UTC vs.
Revision 1.37 by sf-exg, Mon Oct 6 11:14:49 2014 UTC

93 sigaddset (&ss, SIGHUP); 93 sigaddset (&ss, SIGHUP);
94 sigaddset (&ss, SIGPIPE); 94 sigaddset (&ss, SIGPIPE);
95 sigprocmask (SIG_BLOCK, &ss, 0); 95 sigprocmask (SIG_BLOCK, &ss, 0);
96 } 96 }
97 97
98 if (argc >= 2 && !strcmp (argv[1], "-k"))
99 {
100 c.send ("QUIT");
101 return 0;
102 }
103
98 c.send ("NEW"); 104 c.send ("NEW");
99 105
100 for (char **var = environ; *var; var++) 106 for (char **var = environ; *var; var++)
101 c.send ("ENV"), c.send (*var); 107 c.send ("ENV"), c.send (*var);
102 108

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines