--- rxvt-unicode/src/urxvt.pm 2006/01/06 03:43:12 1.38 +++ rxvt-unicode/src/urxvt.pm 2006/01/06 05:28:55 1.39 @@ -273,9 +273,12 @@ =item on_motion_notify $term, $event -Called whenever the corresponding X event is received for the terminal -(see the XEvent manpage) If the hook returns true, then the even will be -ignored by rxvt-unicode. +Called whenever the corresponding X event is received for the terminal If +the hook returns true, then the even will be ignored by rxvt-unicode. + +The event is a hash with most values as named by Xlib (see the XEvent +manpage), with the additional members C and C, which are the row +and column under the mouse cursor. C additionally receives the string rxvt-unicode would output, if any, in locale-specific encoding.