[wiki] [sites] st clipboard - Add git patch and indicate versioning || FRIGN

From: <git_AT_suckless.org>
Date: Thu, 17 Sep 2015 13:44:14 +0200

commit ee3c8c1a373adb34d76a3973aa23a439befaf3e8
Author: FRIGN <dev_AT_frign.de>
Date: Thu Sep 17 13:43:40 2015 +0200

    st clipboard - Add git patch and indicate versioning
    
    Also, change the author-field to be more consistent.

diff --git a/st.suckless.org/patches/clipboard.diff b/st.suckless.org/patches/clipboard.diff
deleted file mode 100644
index 76e9762..0000000
--- a/st.suckless.org/patches/clipboard.diff
+++ /dev/null
_AT_@ -1,13 +0,0 @@
-diff --git a/st.c b/st.c
-index 35a840b..95c5879 100644
---- a/st.c
-+++ b/st.c
-_AT_@ -1257,6 +1257,8 @@ xsetsel(char *str, Time t)
- XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
- if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
- selclear(0);
-+
-+ clipcopy(NULL);
- }
-
- void
diff --git a/st.suckless.org/patches/st-0.6-clipboard.diff b/st.suckless.org/patches/st-0.6-clipboard.diff
new file mode 100644
index 0000000..25e6a2a
--- /dev/null
+++ b/st.suckless.org/patches/st-0.6-clipboard.diff
_AT_@ -0,0 +1,13 @@
+diff --git a/st.c b/st.c
+index b89d094..6658e6a 100644
+--- a/st.c
++++ b/st.c
+_AT_@ -1155,6 +1155,8 @@ xsetsel(char *str, Time t) {
+ XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
+ if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
+ selclear(0);
++
++ clipcopy(NULL);
+ }
+
+ void
diff --git a/st.suckless.org/patches/st-git-20150917-clipboard.diff b/st.suckless.org/patches/st-git-20150917-clipboard.diff
new file mode 100644
index 0000000..f786830
--- /dev/null
+++ b/st.suckless.org/patches/st-git-20150917-clipboard.diff
_AT_@ -0,0 +1,13 @@
+diff --git a/st.c b/st.c
+index bd8b815..73c4573 100644
+--- a/st.c
++++ b/st.c
+_AT_@ -1262,6 +1262,8 @@ xsetsel(char *str, Time t)
+ XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
+ if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
+ selclear(0);
++
++ clipcopy(NULL);
+ }
+
+ void
Received on Thu Sep 17 2015 - 13:44:14 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 17 2015 - 13:48:11 CEST