From: root Date: Thu, 10 Aug 2006 22:53:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e97fb462e5939eea26ce487b33e5288b6821dee2;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/urxvt.pm b/src/urxvt.pm index e5939c4c..8a48098b 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -397,11 +397,12 @@ locale-specific way. =head2 Extension Objects Every perl extension is a perl class. A separate perl object is created -for each terminal and each extension and passed as the first parameter to -hooks. So extensions can use their C<$self> object without having to think -about other extensions, with the exception of methods and members that -begin with an underscore character C<_>: these are reserved for internal -use. +for each terminal, and each terminal has its own set of extenion objects, +which are passed as the first parameter to hooks. So extensions can use +their C<$self> object without having to think about clashes with other +extensions or other terminals, with the exception of methods and members +that begin with an underscore character C<_>: these are reserved for +internal use. Although it isn't a C object, you can call all methods of the C class on this object.