Sync with current st Git HEAD - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 3a1ea83f9ad87458f6aee0327d409c5a0fa1ccdc
 (DIR) parent a7fd6586078d19a6de2bedb4d640a25c44b44cd4
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Tue, 19 Mar 2019 12:08:53 
       
       Sync with current st Git HEAD
       
       Diffstat:
        wip/st-term-git/patch-co |  4 ++--
        1 files changed, 2 insertions(+), 2 deletions(-)
       ---
       diff -r a7fd6586078d -r 3a1ea83f9ad8 wip/st-term-git/patch-co
       --- a/wip/st-term-git/patch-co  Thu Mar 07 16:19:37 2019 +0100
       +++ b/wip/st-term-git/patch-co  Tue Mar 19 12:08:53 2019 +0100
       @@ -33,9 +33,9 @@
        +/*
        + * word delimiter string
        + *
       -+ * More advanced example: " `'\"()[]{}"
       ++ * More advanced example: L" `'\"()[]{}"
        + */
       -+char *worddelimiters = " ";
       ++wchar_t *worddelimiters = L" ";
        +
        +/* selection timeouts (in milliseconds) */
        +static unsigned int doubleclicktimeout = 300;