[wiki] [sites] Update st clipboard patch for git || dequis

From: <git_AT_suckless.org>
Date: Fri, 09 Mar 2018 23:49:52 +0100

commit 8b868590208b1d5931dae63a7124591aee617293
Author: dequis <dx_AT_dxzone.com.ar>
Date: Fri Mar 9 19:49:14 2018 -0300

    Update st clipboard patch for git

diff --git a/st.suckless.org/patches/clipboard/index.md b/st.suckless.org/patches/clipboard/index.md
index b0dd65fe..dcee27af 100644
--- a/st.suckless.org/patches/clipboard/index.md
+++ b/st.suckless.org/patches/clipboard/index.md
_AT_@ -20,6 +20,7 @@ Download
 * [st-clipboard-20160727-308bfbf.diff](st-clipboard-20160727-308bfbf.diff)
 * [st-clipboard-20170802-e2ee5ee.diff](st-clipboard-20170802-e2ee5ee.diff)
 * [st-clipboard-20170925-b1338e9.diff](st-clipboard-20170925-b1338e9.diff)
+* [st-clipboard-20180309-c5ba9c0.diff](st-clipboard-20180309-c5ba9c0.diff)
 
 Authors
 -------
diff --git a/st.suckless.org/patches/clipboard/st-clipboard-20180309-c5ba9c0.diff b/st.suckless.org/patches/clipboard/st-clipboard-20180309-c5ba9c0.diff
new file mode 100644
index 00000000..4a14e2b3
--- /dev/null
+++ b/st.suckless.org/patches/clipboard/st-clipboard-20180309-c5ba9c0.diff
_AT_@ -0,0 +1,13 @@
+diff --git a/x.c b/x.c
+index 13fa9f4..88fd341 100644
+--- a/x.c
++++ b/x.c
+_AT_@ -624,6 +624,8 @@ setsel(char *str, Time t)
+ XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
+ if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
+ selclear();
++
++ xclipcopy();
+ }
+
+ void
Received on Fri Mar 09 2018 - 23:49:52 CET

This archive was generated by hypermail 2.3.0 : Sat Mar 10 2018 - 00:00:34 CET