--- rxvt-unicode/src/main.C 2007/11/11 04:08:00 1.256 +++ rxvt-unicode/src/main.C 2007/11/15 11:36:15 1.258 @@ -617,7 +617,9 @@ rxvt_init () { ptytty::init (); - ev::ev_default_loop (0); + + if (!ev::ev_default_loop (0)) + rxvt_fatal ("cannot initialise libev (bad value for LIBEV_METHODS?)\n"); rxvt_environ = environ; @@ -1003,7 +1005,7 @@ update_fade_color (idx); recolour_cursor (); scr_recolour (); -#endif /* XTERM_COLOR_CHANGE */ +#endif /* XTERM_COLOR_CHANGE */ } void @@ -1706,7 +1708,7 @@ XFree (preedit_attr); } -#endif /* USE_XIM */ +#endif /* USE_XIM */ void rxvt_term::get_window_origin (int &x, int &y)