repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: e09074a9da7558baddd0b6b5c7a398a25c3640e4: path_to: revision_to:
commit e09074a9da7558baddd0b6b5c7a398a25c3640e4 Author: Marc LehmannDate: Fri Jun 8 08:06:38 2012 +0000 *** empty log message *** diff --git a/src/perl/background b/src/perl/background
--- 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-----