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.245 by root, Mon Dec 22 09:10:12 2014 UTC vs.
Revision 1.246 by root, Fri Dec 26 18:58:19 2014 UTC

722 ) { 722 ) {
723 if ($_ eq "default") { 723 if ($_ eq "default") {
724 724
725 $ext_arg{$_} = [] 725 $ext_arg{$_} = []
726 for 726 for
727 qw(selection option-popup selection-popup readline), 727 qw(selection option-popup selection-popup readline searchable-scrollback),
728 map $_->[0], values %{ $TERM->{meta}{binding} }; 728 map $_->[0], values %{ $TERM->{meta}{binding} };
729 729
730 for ($TERM->_keysym_resources) { 730 for ($TERM->_keysym_resources) {
731 next if /^(?:string|command|builtin|builtin-string|perl)/; 731 next if /^(?:string|command|builtin|builtin-string|perl)/;
732 next unless /^([A-Za-z0-9_\-]+):/; 732 next unless /^([A-Za-z0-9_\-]+):/;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines