diff options
Diffstat (limited to 'patches/st-clipboard-20160727-308bfbf.diff')
-rw-r--r-- | patches/st-clipboard-20160727-308bfbf.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/st-clipboard-20160727-308bfbf.diff b/patches/st-clipboard-20160727-308bfbf.diff new file mode 100644 index 0000000..4cbec85 --- /dev/null +++ b/patches/st-clipboard-20160727-308bfbf.diff @@ -0,0 +1,13 @@ +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 |