New URxvt && Perl-5.18.

This commit is contained in:
Kolan Sh 2014-07-31 11:18:03 +04:00
parent bbd564c126
commit cd6ccd175a
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ URxvt.utmpInhibit: true
!=== НАСТРОЙКИ РАСШИРЕНИЙ ===
! Путь для поиска пользовательских расширений
URxvt.perl-lib: .urxvt/perl/
! URxvt.perl-lib: .urxvt/perl/
! Загружаемые по умолчанию расширения
! Основные; расширенные табы (без кнопки NEW, можно устанавливать
! заголовок окна: https://github.com/stepb/urxvt-tabbedex);

View File

@ -684,7 +684,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}