--- rxvt-unicode/src/rxvt.C 2006/02/20 20:44:22 1.13 +++ rxvt-unicode/src/rxvt.C 2007/12/12 11:35:57 1.18 @@ -1,9 +1,9 @@ -/*--------------------------------*-C-*---------------------------------* +/*----------------------------------------------------------------------* * File: rxvt.C *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. - * Copyright (c) 2003-2004 Marc Lehmann + * Copyright (c) 2003-2006 Marc Lehmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,13 +46,12 @@ envv->push_back (0); - if (!t->init (args, envv)) + t->init (args, envv); #else - if (!t->init (argc, argv, 0)) + t->init (argc, argv, 0); #endif - return EXIT_FAILURE; - io_manager::loop (); + ev_loop (0); return EXIT_SUCCESS; }