--- rxvt-unicode/src/rxvt.h 2006/01/12 01:30:53 1.199 +++ rxvt-unicode/src/rxvt.h 2006/01/13 04:59:04 1.201 @@ -1210,7 +1210,12 @@ // modifies first argument(!) void paste (char *data, unsigned int len); - void flush (); + long vt_emask, vt_emask_perl; + + void vt_select_input () + { + XSelectInput (display->display, vt, vt_emask | vt_emask_perl); + } #if TRANSPARENT void rootwin_cb (XEvent &xev); @@ -1218,6 +1223,7 @@ #endif void x_cb (XEvent &xev); + void flush (); xevent_watcher termwin_ev; xevent_watcher vt_ev; #ifdef HAVE_SCROLLBARS