From e97fb462e5939eea26ce487b33e5288b6821dee2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Aug 2006 22:53:20 +0000 Subject: [PATCH] *** empty log message *** --- src/urxvt.pm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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. -- 2.34.1