--- rxvt-unicode/src/rxvt.C 2007/12/12 11:35:57 1.18 +++ rxvt-unicode/src/rxvt.C 2010/10/24 17:52:50 1.20 @@ -30,6 +30,7 @@ main (int argc, const char *const *argv) try { + ptytty::init (); rxvt_init (); rxvt_term *t = new rxvt_term; @@ -51,7 +52,7 @@ t->init (argc, argv, 0); #endif - ev_loop (0); + ev_run (); return EXIT_SUCCESS; }