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.120 by root, Mon Nov 28 18:37:42 2005 UTC vs.
Revision 1.121 by root, Wed Nov 30 21:05:39 2005 UTC

216 }; 216 };
217 217
218bool 218bool
219rxvt_term::init_vars () 219rxvt_term::init_vars ()
220{ 220{
221 sw_term.start (SIGTERM);
222 sw_int.start (SIGINT);
223
224 pix_colors_focused = new rxvt_color [TOTAL_COLORS]; 221 pix_colors_focused = new rxvt_color [TOTAL_COLORS];
225#ifdef OFF_FOCUS_FADING 222#ifdef OFF_FOCUS_FADING
226 pix_colors_unfocused = new rxvt_color [TOTAL_COLORS]; 223 pix_colors_unfocused = new rxvt_color [TOTAL_COLORS];
227#endif 224#endif
228 pix_colors = pix_colors_focused; 225 pix_colors = pix_colors_focused;
1433#if ENABLE_FRILLS 1430#if ENABLE_FRILLS
1434 if (rs[Rs_pty_fd]) 1431 if (rs[Rs_pty_fd])
1435 return; 1432 return;
1436#endif 1433#endif
1437 1434
1438 sw_chld.start (SIGCHLD);
1439
1440#ifndef __QNX__ 1435#ifndef __QNX__
1441 /* spin off the command interpreter */ 1436 /* spin off the command interpreter */
1442 switch (cmd_pid = fork ()) 1437 switch (cmd_pid = fork ())
1443 { 1438 {
1444 case -1: 1439 case -1:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines