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.144 by root, Mon Aug 7 15:59:44 2006 UTC vs.
Revision 1.145 by root, Thu Aug 10 22:53:20 2006 UTC

395=back 395=back
396 396
397=head2 Extension Objects 397=head2 Extension Objects
398 398
399Every perl extension is a perl class. A separate perl object is created 399Every perl extension is a perl class. A separate perl object is created
400for each terminal and each extension and passed as the first parameter to 400for each terminal, and each terminal has its own set of extenion objects,
401hooks. So extensions can use their C<$self> object without having to think 401which are passed as the first parameter to hooks. So extensions can use
402about other extensions, with the exception of methods and members that 402their C<$self> object without having to think about clashes with other
403extensions or other terminals, with the exception of methods and members
403begin with an underscore character C<_>: these are reserved for internal 404that begin with an underscore character C<_>: these are reserved for
404use. 405internal use.
405 406
406Although it isn't a C<urxvt::term> object, you can call all methods of the 407Although it isn't a C<urxvt::term> object, you can call all methods of the
407C<urxvt::term> class on this object. 408C<urxvt::term> class on this object.
408 409
409It has the following methods and data members: 410It has the following methods and data members:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines