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.176 by root, Sat Jul 18 05:59:49 2009 UTC vs.
Revision 1.177 by root, Sat Jul 18 06:11:57 2009 UTC

1155 my $fd = fileno $arg{fh}; 1155 my $fd = fileno $arg{fh};
1156 defined $fd or $fd = $arg{fh}; 1156 defined $fd or $fd = $arg{fh};
1157 1157
1158 bless [$arg{fh}, urxvt::iow 1158 bless [$arg{fh}, urxvt::iow
1159 ->new 1159 ->new
1160 ->fd (defined fileno $arg{fh}) 1160 ->fd ($fd)
1161 ->events (($arg{poll} =~ /r/ ? 1 : 0) 1161 ->events (($arg{poll} =~ /r/ ? 1 : 0)
1162 | ($arg{poll} =~ /w/ ? 2 : 0)) 1162 | ($arg{poll} =~ /w/ ? 2 : 0))
1163 ->start 1163 ->start
1164 ->cb ($cb) 1164 ->cb ($cb)
1165 ], urxvt::anyevent:: 1165 ], urxvt::anyevent::

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines