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

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.150 by root, Thu Dec 7 03:02:44 2006 UTC vs.
Revision 1.151 by root, Thu Dec 14 17:22:04 2006 UTC

1954 1954
1955=cut 1955=cut
1956 1956
1957package urxvt::watcher; 1957package urxvt::watcher;
1958 1958
1959@urxvt::timer::ISA = __PACKAGE__;
1960@urxvt::iow::ISA = __PACKAGE__;
1961@urxvt::pw::ISA = __PACKAGE__;
1962@urxvt::iw::ISA = __PACKAGE__;
1963
1964=head2 The C<urxvt::timer> Class 1959=head2 The C<urxvt::timer> Class
1965 1960
1966This class implements timer watchers/events. Time is represented as a 1961This class implements timer watchers/events. Time is represented as a
1967fractional number of seconds since the epoch. Example: 1962fractional number of seconds since the epoch. Example:
1968 1963

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines