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.138 by root, Sat Mar 4 22:36:50 2006 UTC vs.
Revision 1.139 by root, Sat Jul 1 19:04:43 2006 UTC

368 368
369=back 369=back
370 370
371=head2 Extension Objects 371=head2 Extension Objects
372 372
373Very perl extension is a perl class. A separate perl object is created 373Every perl extension is a perl class. A separate perl object is created
374for each terminal and each extension and passed as the first parameter to 374for each terminal and each extension and passed as the first parameter to
375hooks. So extensions can use their C<$self> object without having to think 375hooks. So extensions can use their C<$self> object without having to think
376about other extensions, with the exception of methods and members that 376about other extensions, with the exception of methods and members that
377begin with an underscore character C<_>: these are reserved for internal 377begin with an underscore character C<_>: these are reserved for internal
378use. 378use.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines