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.129 by root, Wed Jan 25 15:11:31 2006 UTC vs.
Revision 1.130 by root, Wed Jan 25 15:32:48 2006 UTC

242 242
243=item digital-clock 243=item digital-clock
244 244
245Displays a digital clock using the built-in overlay. 245Displays a digital clock using the built-in overlay.
246 246
247=item remote-selection 247=item remote-clipboard
248 248
249Somewhat of a misnomer, this extension adds two menu entries to the 249Somewhat of a misnomer, this extension adds two menu entries to the
250selection popup that allows one ti run external commands to store the 250selection popup that allows one ti run external commands to store the
251selection somewhere and fetch it again. 251selection somewhere and fetch it again.
252 252
515 515
516=item on_refresh_end $term 516=item on_refresh_end $term
517 517
518Called just after the screen gets redrawn. See C<on_refresh_begin>. 518Called just after the screen gets redrawn. See C<on_refresh_begin>.
519 519
520=item on_keyboard_command $term, $string 520=item on_user_command $term, $string
521 521
522Called whenever the user presses a key combination that has a 522Called whenever the a user-configured event is being activated (e.g. via
523C<perl:string> action bound to it (see description of the B<keysym> 523a C<perl:string> action bound to a key, see description of the B<keysym>
524resource in the @@RXVT_NAME@@(1) manpage). 524resource in the @@RXVT_NAME@@(1) manpage).
525
526The event is simply the action string. This interface is assumed to change
527slightly in the future.
525 528
526=item on_x_event $term, $event 529=item on_x_event $term, $event
527 530
528Called on every X event received on the vt window (and possibly other 531Called on every X event received on the vt window (and possibly other
529windows). Should only be used as a last resort. Most event structure 532windows). Should only be used as a last resort. Most event structure

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines