--- rxvt-unicode/src/urxvt.pm 2006/01/06 03:40:19 1.37 +++ rxvt-unicode/src/urxvt.pm 2006/01/06 03:43:12 1.38 @@ -263,7 +263,7 @@ C action bound to it (see description of the B resource in the @@RXVT_NAME@@(1) manpage). -=item on_key_press $term, $event +=item on_key_press $term, $event, $octets =item on_key_release $term, $event @@ -273,8 +273,12 @@ =item on_motion_notify $term, $event -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. +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. + +C additionally receives the string rxvt-unicode would +output, if any, in locale-specific encoding. subwindow.