repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: e09074a9da7558baddd0b6b5c7a398a25c3640e4:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit e09074a9da7558baddd0b6b5c7a398a25c3640e4
Author: Marc Lehmann 
Date:   Fri Jun 8 08:06:38 2012 +0000

    *** empty log message ***

diff --git a/src/perl/background b/src/perl/background
index 617f628700b7f8f0921179dd72e5ef66a3dc7131..
index ..dc4435c547cb7cf3166ccb48e4d26dd5d8016d88 100644
--- a/src/perl/background
+++ b/src/perl/background
@@ -3,6 +3,8 @@
 #:META:X_RESOURCE:%.expr:string:background expression
 #:META:X_RESOURCE:%.border.:boolean:respect the terminal border

+#TODO: once, rootalign
+
 =head1 background - manage terminal background

 =head2 SYNOPSIS
@@ -453,6 +455,7 @@ sub recalculate {

    if (my $again = $state->{again}) {
       $repeat = 1;
+      my $self = $self;
       $state->{timer} = $again == $old->{again}
                         ? $old->{timer}
                         : urxvt::timer->new->after ($again)->interval ($again)->cb (sub {

-----END OF PAGE-----