--- rxvt-unicode/src/rxvt.C 2003/11/24 17:28:08 1.1 +++ rxvt-unicode/src/rxvt.C 2003/11/25 11:52:42 1.2 @@ -1,4 +1,5 @@ #include "rxvtlib.h" +#include "iom.h" /*----------------------------------------------------------------------*/ /* main() */ @@ -9,7 +10,7 @@ if (rxvt_init(argc, argv) == NULL) return EXIT_FAILURE; - dR; - rxvt_main_loop(aR); /* main processing loop */ + iom.loop (); + return EXIT_SUCCESS; }