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.20 by root, Tue Jan 3 04:18:47 2006 UTC vs.
Revision 1.21 by root, Tue Jan 3 04:20:37 2006 UTC

193correct place, e.g. on stderr of the connecting urxvtc client. 193correct place, e.g. on stderr of the connecting urxvtc client.
194 194
195=item $time = urxvt::NOW 195=item $time = urxvt::NOW
196 196
197Returns the "current time" (as per the event loop). 197Returns the "current time" (as per the event loop).
198
199=back
198 200
199=head2 RENDITION 201=head2 RENDITION
200 202
201Rendition bitsets contain information about colour, font, font styles and 203Rendition bitsets contain information about colour, font, font styles and
202similar information for each screen cell. 204similar information for each screen cell.
358 return 1 if $v->($term, @_); 360 return 1 if $v->($term, @_);
359 } 361 }
360 362
361 0 363 0
362} 364}
363
364=back
365 365
366=head2 The C<urxvt::term> Class 366=head2 The C<urxvt::term> Class
367 367
368=over 4 368=over 4
369 369

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines