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

Comparing rxvt-unicode/src/perl/digital-clock (file contents):
Revision 1.1 by root, Tue Jan 3 01:15:00 2006 UTC vs.
Revision 1.2 by root, Tue Jan 3 01:15:44 2006 UTC

7 7
8 $self->{digital_clock_refresh} = urxvt::timer 8 $self->{digital_clock_refresh} = urxvt::timer
9 ->new 9 ->new
10 ->start (urxvt::NOW) 10 ->start (urxvt::NOW)
11 ->cb (sub { 11 ->cb (sub {
12 $self->{timer}->start ($self->{timer}->at + 1); 12 $self->{digital_clock_refresh}->start ($self->{digital_clock_refresh}->at + 1);
13 $self->want_refresh; 13 $self->want_refresh;
14 }); 14 });
15 15
16 () 16 ()
17} 17}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines