commit ee3c8c1a373adb34d76a3973aa23a439befaf3e8
Author: FRIGN <[email protected]>
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
@@ -1,13 +0,0 @@
-diff --git a/st.c b/st.c
-index 35a840b..95c5879 100644
---- a/st.c
-+++ b/st.c
-@@ -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
@@ -0,0 +1,13 @@
+diff --git a/st.c b/st.c
+index b89d094..6658e6a 100644
+--- a/st.c
++++ b/st.c
+@@ -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
@@ -0,0 +1,13 @@
+diff --git a/st.c b/st.c
+index bd8b815..73c4573 100644
+--- a/st.c
++++ b/st.c
+@@ -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


Reply via email to