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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.263 by ayin, Thu Nov 22 15:07:10 2007 UTC vs.
Revision 1.264 by root, Sat Nov 24 11:06:13 2007 UTC

622void 622void
623rxvt_init () 623rxvt_init ()
624{ 624{
625 ptytty::init (); 625 ptytty::init ();
626 626
627 if (!ev::ev_default_loop (0)) 627 if (!ev_default_loop (0))
628 rxvt_fatal ("cannot initialise libev (bad value for LIBEV_METHODS?)\n"); 628 rxvt_fatal ("cannot initialise libev (bad value for LIBEV_METHODS?)\n");
629 629
630 rxvt_environ = environ; 630 rxvt_environ = environ;
631 631
632 signal (SIGHUP, SIG_IGN); 632 signal (SIGHUP, SIG_IGN);
633 signal (SIGPIPE, SIG_IGN); 633 signal (SIGPIPE, SIG_IGN);
634 634
635 sig_handlers.sw_term.start (SIGTERM); ev::ev_unref (); 635 sig_handlers.sw_term.start (SIGTERM); ev_unref ();
636 sig_handlers.sw_int.start (SIGINT); ev::ev_unref (); 636 sig_handlers.sw_int.start (SIGINT); ev_unref ();
637 637
638 /* need to trap SIGURG for SVR4 (Unixware) rlogin */ 638 /* need to trap SIGURG for SVR4 (Unixware) rlogin */
639 /* signal (SIGURG, SIG_DFL); */ 639 /* signal (SIGURG, SIG_DFL); */
640 640
641 old_xerror_handler = XSetErrorHandler ((XErrorHandler) rxvt_xerror_handler); 641 old_xerror_handler = XSetErrorHandler ((XErrorHandler) rxvt_xerror_handler);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines