From 22cd2ee2b0e1be4086e0f566b01264b64468c1f2 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 12 Jun 2013 23:14:43 +0200 Subject: Added urxvt-tabbedex --- 0001-make-urxvt-tabbedex-work-with-perl-5.18.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 0001-make-urxvt-tabbedex-work-with-perl-5.18.patch (limited to '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch') diff --git a/0001-make-urxvt-tabbedex-work-with-perl-5.18.patch b/0001-make-urxvt-tabbedex-work-with-perl-5.18.patch new file mode 100644 index 0000000..c7f4720 --- /dev/null +++ b/0001-make-urxvt-tabbedex-work-with-perl-5.18.patch @@ -0,0 +1,25 @@ +From b865e22e2553b9172f6029780520fd2aa7aca0ff Mon Sep 17 00:00:00 2001 +From: yardenac +Date: Sun, 26 May 2013 23:11:06 -0700 +Subject: [PATCH] make urxvt-tabbedex work with perl 5.18 + +--- + tabbedex | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tabbedex b/tabbedex +index ada0e2f..3863715 100755 +--- a/tabbedex ++++ b/tabbedex +@@ -665,7 +665,7 @@ package urxvt::ext::tabbedex::tab; + # simply proxies all interesting calls back to the tabbedex class. + + { +- for my $hook qw(start destroy user_command key_press property_notify add_lines) { ++ for my $hook (qw(start destroy user_command key_press property_notify add_lines)) { + eval qq{ + sub on_$hook { + my \$parent = \$_[0]{term}{parent} +-- +1.8.3.1 + -- cgit v1.2.3-54-g00ecf