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.232 by sf-exg, Fri May 2 20:33:56 2014 UTC vs.
Revision 1.233 by sf-exg, Fri May 2 20:34:24 2014 UTC

1252 my $res = &x_resource; 1252 my $res = &x_resource;
1253 1253
1254 $res =~ /^\s*(?:true|yes|on|1)\s*$/i ? 1 : defined $res && 0 1254 $res =~ /^\s*(?:true|yes|on|1)\s*$/i ? 1 : defined $res && 0
1255} 1255}
1256 1256
1257=item $success = $term->parse_keysym ($key, $octets) 1257=item $success = $term->bind_action ($key, $octets)
1258 1258
1259Adds a key binding exactly as specified via a resource. See the 1259Adds a key binding exactly as specified via a resource. See the
1260C<keysym> resource in the urxvt(1) manpage. 1260C<keysym> resource in the urxvt(1) manpage.
1261 1261
1262=item $rend = $term->rstyle ([$new_rstyle]) 1262=item $rend = $term->rstyle ([$new_rstyle])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines