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.168 by root, Sun Jun 15 14:07:58 2008 UTC vs.
Revision 1.169 by root, Sun Jun 15 14:54:44 2008 UTC

1280=cut 1280=cut
1281 1281
1282sub resource($$;$) { 1282sub resource($$;$) {
1283 my ($self, $name) = (shift, shift); 1283 my ($self, $name) = (shift, shift);
1284 unshift @_, $self, $name, ($name =~ s/\s*\+\s*(\d+)$// ? $1 : 0); 1284 unshift @_, $self, $name, ($name =~ s/\s*\+\s*(\d+)$// ? $1 : 0);
1285 &urxvt::term::_resource 1285 goto &urxvt::term::_resource
1286} 1286}
1287 1287
1288=item $value = $term->x_resource ($pattern) 1288=item $value = $term->x_resource ($pattern)
1289 1289
1290Returns the X-Resource for the given pattern, excluding the program or 1290Returns the X-Resource for the given pattern, excluding the program or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines