summaryrefslogtreecommitdiff
path: root/patches/st-clipboard-20160727-308bfbf.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/st-clipboard-20160727-308bfbf.diff')
-rw-r--r--patches/st-clipboard-20160727-308bfbf.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/st-clipboard-20160727-308bfbf.diff b/patches/st-clipboard-20160727-308bfbf.diff
deleted file mode 100644
index 4cbec85..0000000
--- a/patches/st-clipboard-20160727-308bfbf.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/st.c b/st.c
-index 2594c65..ebdde9f 100644
---- a/st.c
-+++ b/st.c
-@@ -1263,6 +1263,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