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.256 by root, Sun Nov 11 04:08:00 2007 UTC vs.
Revision 1.257 by root, Sun Nov 11 17:10:45 2007 UTC

615 615
616void 616void
617rxvt_init () 617rxvt_init ()
618{ 618{
619 ptytty::init (); 619 ptytty::init ();
620
620 ev::ev_default_loop (0); 621 if (!ev::ev_default_loop (0))
622 rxvt_fatal ("cannot initialise libev (bad value for LIBEV_METHODS?)\n");
621 623
622 rxvt_environ = environ; 624 rxvt_environ = environ;
623 625
624 signal (SIGHUP, SIG_IGN); 626 signal (SIGHUP, SIG_IGN);
625 signal (SIGPIPE, SIG_IGN); 627 signal (SIGPIPE, SIG_IGN);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines