repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 7e2b25977dbaf0214b93639d690738abdab05e10:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 7e2b25977dbaf0214b93639d690738abdab05e10
Author: Marc Lehmann 
Date:   Mon Nov 19 09:13:47 2007 +0000

    *** empty log message ***

diff --git a/src/perl/selection b/src/perl/selection
index 1933370c4316b25db453727e48f7f0f1c5bfab33..
index ..9c4c1deefb83d589daa2cb7444b1a82f295aa64c 100644
--- a/src/perl/selection
+++ b/src/perl/selection
@@ -34,11 +34,14 @@ sub on_init {

 # "find interesting things"-patterns
 my @mark_patterns = (
+   qr{ ([[:word:]]+) }x,
+   qr{ ([^[:space:]]+) }x,
+
    # common types of "parentheses"
-   qr{ (?[:space:]]+) \> }x,
    qr{ \{ ([^{}[:space:]]+) \} }x,
    qr{ \[ ([^{}[:space:]]+) \] }x,

-----END OF PAGE-----