--- rxvt-unicode/src/command.C 2006/01/12 03:32:56 1.258 +++ rxvt-unicode/src/command.C 2006/01/13 04:59:04 1.259 @@ -1313,6 +1313,10 @@ SET_R (this); SET_LOCALE (locale); + if (ev.xany.window == vt + && HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END))) + return; + Window unused_root, unused_child; int unused_root_x, unused_root_y; unsigned int unused_mask; @@ -1602,6 +1606,7 @@ break; case MotionNotify: + printf ("motion notify\n");//D #ifdef POINTER_BLANK if (hidden_pointer) pointer_unblank ();