ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/background
(Generate patch)

Comparing rxvt-unicode/src/perl/background (file contents):
Revision 1.87 by sf-exg, Sat Oct 12 08:36:44 2013 UTC vs.
Revision 1.89 by root, Sat Dec 13 12:24:33 2014 UTC

1#! perl 1#! perl
2 2
3#:META:X_RESOURCE:%.expr:string:background expression 3#:META:RESOURCE:%.expr:string:background expression
4#:META:X_RESOURCE:%.border:boolean:respect the terminal border 4#:META:RESOURCE:%.border:boolean:respect the terminal border
5#:META:X_RESOURCE:%.interval:seconds:minimum time between updates 5#:META:RESOURCE:%.interval:seconds:minimum time between updates
6 6
7=head1 NAME 7=head1 NAME
8 8
9background - manage terminal background 9background - manage terminal background
10 10
1186# } 1186# }
1187 1187
1188 # set background pixmap 1188 # set background pixmap
1189 1189
1190 $self->set_background ($img, $self->{border}); 1190 $self->set_background ($img, $self->{border});
1191 $self->scr_recolour (0); 1191 $self->scr_recolor (0);
1192 $self->want_refresh; 1192 $self->want_refresh;
1193} 1193}
1194 1194
1195sub on_start { 1195sub on_start {
1196 my ($self) = @_; 1196 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines