Scrollbar fixed.

This commit is contained in:
Kolan Sh 2013-03-28 18:20:01 +04:00
parent 8c147f5c95
commit c7b9ca0c56
1 changed files with 0 additions and 5 deletions

View File

@ -205,11 +205,6 @@ sub new_tab {
if defined $value;
}
foreach my $opt (keys %urxvt::OPTION) {
my $value = $self->{option}{$opt};
$term->option($urxvt::OPTION{$opt}, $value);
}
$term->resource (perl_ext_2 => $term->resource ("perl_ext_2") . ",-tabbedex");
};