repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 4b88315bded79e8c3e37050743d49c5d036f55d5: path_to: revision_to:
commit 4b88315bded79e8c3e37050743d49c5d036f55d5 Author: Marc LehmannDate: Mon Nov 19 09:31:06 2007 +0000 *** empty log message *** diff --git a/src/perl/selection b/src/perl/selection
--- a/src/perl/selection
+++ b/src/perl/selection
@@ -42,18 +42,18 @@ my @mark_patterns = (
qr{ (?]+) \> }x,
- qr{ \( ([^\)]+) \) }x,
- qr{ \{ ([^\}]+) \} }x,
- qr{ \[ ([^\]]+) \] }x,
+ qr{ \{ ([^\{\}]+) \} }x,
+ qr{ \( ([^\(\)]+) \) }x,
+ qr{ \[ ([^\[\]]+) \] }x,
+ qr{ \< ([^\<\>]+) \> }x,
# urls, just a heuristic
qr{(
-----END OF PAGE-----