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.42 by root, Fri Jan 6 21:06:09 2006 UTC vs.
Revision 1.43 by root, Sat Jan 7 04:19:43 2006 UTC

116 116
117=back 117=back
118 118
119=head2 Hooks 119=head2 Hooks
120 120
121The following subroutines can be declared in loaded scripts, and will be 121The following subroutines can be declared in extension files, and will be
122called whenever the relevant event happens. 122called whenever the relevant event happens.
123 123
124The first argument passed to them is an object private to each terminal 124The first argument passed to them is an object private to each terminal
125and extension package. You can call all C<urxvt::term> methods on it, but 125and extension package. You can call all C<urxvt::term> methods on it, but
126its not a real C<urxvt::term> object. Instead, the real C<urxvt::term> 126its not a real C<urxvt::term> object. Instead, the real C<urxvt::term>
290 290
291=over 4 291=over 4
292 292
293=item $urxvt::TERM 293=item $urxvt::TERM
294 294
295The current terminal. Whenever a callback/Hook is bein executed, this 295The current terminal. This variable stores the current C<urxvt::term>
296variable stores the current C<urxvt::term> object. 296object, whenever a callback/hook is executing.
297 297
298=back 298=back
299 299
300=head2 Functions in the C<urxvt> Package 300=head2 Functions in the C<urxvt> Package
301 301

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines