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.37 by root, Fri Jan 6 03:40:19 2006 UTC vs.
Revision 1.38 by root, Fri Jan 6 03:43:12 2006 UTC

261 261
262Called whenever the user presses a key combination that has a 262Called whenever the user presses a key combination that has a
263C<perl:string> action bound to it (see description of the B<keysym> 263C<perl:string> action bound to it (see description of the B<keysym>
264resource in the @@RXVT_NAME@@(1) manpage). 264resource in the @@RXVT_NAME@@(1) manpage).
265 265
266=item on_key_press $term, $event 266=item on_key_press $term, $event, $octets
267 267
268=item on_key_release $term, $event 268=item on_key_release $term, $event
269 269
270=item on_button_press $term, $event 270=item on_button_press $term, $event
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. If 276Called whenever the corresponding X event is received for the terminal
277the hook returns true, then the even will be ignored by rxvt-unicode. 277(see the XEvent manpage) If the hook returns true, then the even will be
278ignored by rxvt-unicode.
279
280C<on_key_press> additionally receives the string rxvt-unicode would
281output, if any, in locale-specific encoding.
278 282
279subwindow. 283subwindow.
280 284
281=back 285=back
282 286

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines