-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 7e2b25977dbaf0214b93639d690738abdab05e10:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 7e2b25977dbaf0214b93639d690738abdab05e10
Author: Marc Lehmann <schmorp@schmorp.de>
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:]]) ‘ ([^‘’]+) ’ (?![^[:space]]) }x,
-   qr{ (?<![^[:space:]]) ` ([^`']+) ' (?![^[:space]]) }x,
+   qr{ (?<![^[:space:]]) ‘ ([^‘’]+) ’ (?![^[:space:]]) }x,
+   qr{ (?<![^[:space:]]) ` ([^`']+) ' (?![^[:space:]]) }x,
    qr{ (?<![^[:space:]]) (" [^[:space:]] [^"]* ")                 }x,
-   qr{                   (" [^"]* [^[:space:]] ") (?![^[:space]]) }x,
+   qr{                   (" [^"]* [^[:space:]] ") (?![^[:space:]]) }x,
    qr{ \< ([^<>[:space:]]+) \> }x,
    qr{ \{ ([^{}[:space:]]+) \} }x,
    qr{ \[ ([^{}[:space:]]+) \] }x,

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

-- Response ended

-- Page fetched on Sun Jun 2 10:27:12 2024