commit ee3c8c1a373adb34d76a3973aa23a439befaf3e8
parent f6daa294fa57c9b720f7e6792986e4e0230ea3c9
Author: FRIGN <dev@frign.de>
Date: Thu, 17 Sep 2015 13:43:40 +0200
st clipboard - Add git patch and indicate versioning
Also, change the author-field to be more consistent.
Diffstat:
3 files changed, 26 insertions(+), 13 deletions(-)
diff --git a/st.suckless.org/patches/clipboard.diff b/st.suckless.org/patches/clipboard.diff
@@ -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
@@ -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
@@ -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