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.10 by root, Mon Jan 2 20:47:52 2006 UTC vs.
Revision 1.11 by root, Mon Jan 2 21:41:51 2006 UTC

1=head1 NAME 1=head1 NAME
2 2
3rxvtperl - rxvt-unicode's embedded perl interpreter 3@@RXVT_NAME@@perl - rxvt-unicode's embedded perl interpreter
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 # create a file grab_test in $HOME: 7 # create a file grab_test in $HOME:
8 8
123code is run after this hook, and takes precedence. 123code is run after this hook, and takes precedence.
124 124
125=item on_refresh_end $term 125=item on_refresh_end $term
126 126
127Called just after the screen gets redrawn. See C<on_refresh_begin>. 127Called just after the screen gets redrawn. See C<on_refresh_begin>.
128
129=item on_keyboard_command $term, $string
130
131Called whenever the user presses a key combination that has a
132C<perl:string> action bound to it (see description of the B<keysym>
133resource in the @@RXVT_NAME@@(1) manpage).
128 134
129=back 135=back
130 136
131=head2 Functions in the C<urxvt> Package 137=head2 Functions in the C<urxvt> Package
132 138

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines