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.260 by root, Mon May 24 20:21:51 2021 UTC vs.
Revision 1.261 by root, Fri Jun 18 12:35:38 2021 UTC

735 (grep $_, map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2), 735 (grep $_, map { split /,/, $TERM->resource ("perl_ext_$_") } 1, 2),
736 ) { 736 ) {
737 if ($_ eq "default") { 737 if ($_ eq "default") {
738 738
739 $ext_arg{$_} = [] 739 $ext_arg{$_} = []
740 for qw(selection option-popup selection-popup readline searchable-scrollback); 740 for qw(selection option-popup selection-popup readline searchable-scrollback confirm-paste);
741 741
742 for ($TERM->_keysym_resources) { 742 for ($TERM->_keysym_resources) {
743 next if /^(?:string|command|builtin|builtin-string|perl)/; 743 next if /^(?:string|command|builtin|builtin-string|perl)/;
744 next unless /^([A-Za-z0-9_\-]+):/; 744 next unless /^([A-Za-z0-9_\-]+):/;
745 745

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines