ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.38 by root, Fri Jan 6 03:43:12 2006 UTC vs.
Revision 1.39 by root, Fri Jan 6 05:28:55 2006 UTC

271 271
272=item on_button_release $term, $event 272=item on_button_release $term, $event
273 273
274=item on_motion_notify $term, $event 274=item on_motion_notify $term, $event
275 275
276Called whenever the corresponding X event is received for the terminal 276Called whenever the corresponding X event is received for the terminal If
277(see the XEvent manpage) If the hook returns true, then the even will be 277the hook returns true, then the even will be ignored by rxvt-unicode.
278ignored by rxvt-unicode. 278
279The event is a hash with most values as named by Xlib (see the XEvent
280manpage), with the additional members C<row> and C<col>, which are the row
281and column under the mouse cursor.
279 282
280C<on_key_press> additionally receives the string rxvt-unicode would 283C<on_key_press> additionally receives the string rxvt-unicode would
281output, if any, in locale-specific encoding. 284output, if any, in locale-specific encoding.
282 285
283subwindow. 286subwindow.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines