repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 6a897870caed994bc90023068fe5195dfac7a8b0: path_to: revision_to:
commit 6a897870caed994bc90023068fe5195dfac7a8b0 Author: Marc LehmannDate: Fri Jan 6 17:03:14 2006 +0000 *** empty log message *** diff --git a/src/perl/selection b/src/perl/selection
--- a/src/perl/selection
+++ b/src/perl/selection
@@ -21,7 +21,7 @@ my @patterns = (
(?:
[^\\"'\ \t|&;<>()]+
| \\.
- | " ([^\\"]+ | \\. )* "
+ | " (?: [^\\"]+ | \\. )* "
| ' [^']* '
)+
)}xs,
diff --git a/src/rxvtperl.h b/src/rxvtperl.h
--- a/src/rxvtperl.h +++ b/src/rxvtperl.h @@ -44,7 +44,7 @@ extern struct rxvt_perl_interp rxvt_perl; #else # define SHOULD_INVOKE(htype) false -# define PERL_INVOKE(args) false +# define HOOK_INVOKE(args) false #endif #endif
-----END OF PAGE-----