projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
931c2d0
)
*** empty log message ***
author
root
<root>
Fri, 6 Jan 2006 17:03:14 +0000
(17:03 +0000)
committer
root
<root>
Fri, 6 Jan 2006 17:03:14 +0000
(17:03 +0000)
src/perl/selection
patch
|
blob
|
history
src/rxvtperl.h
patch
|
blob
|
history
diff --git
a/src/perl/selection
b/src/perl/selection
index e28594c3fb8c3de9ac6610e3edc44308c756c7b3..730dcd1e4de6528e4ec93b5bfc2944f547a076fe 100644
(file)
--- 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
index ceaba24bcb2b0ef3eb81b69167e4925017859918..e76de58a153fccd20caab5209da810ee60483302 100644
(file)
--- 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