--- rxvt-unicode/src/main.C 2006/01/20 12:16:28 1.192 +++ rxvt-unicode/src/main.C 2006/01/21 14:25:05 1.193 @@ -172,6 +172,9 @@ #ifdef USE_XIM im_ev (this, &rxvt_term::im_cb), #endif +#ifndef NO_BELL + bell_ev (this, &rxvt_term::bell_cb), +#endif termwin_ev (this, &rxvt_term::x_cb), vt_ev (this, &rxvt_term::x_cb), child_ev (this, &rxvt_term::child_cb),