Revert "make clipboard patch obsolete" - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9c61f29bb7da237907e42875ebe7d0084e8ab1ac
 (DIR) parent 77c51c5a6b16387f1792e23acbcf2080f790aa25
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  2 Sep 2017 13:52:33 +0200
       
       Revert "make clipboard patch obsolete"
       
       This reverts commit 77c51c5a6b16387f1792e23acbcf2080f790aa25.
       
       Having multiple clipboards are useful, for example for plumber scripts.
       I've discussed this on IRC and it is useful to have.
       
       Diffstat:
         M x.c                                 |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/x.c b/x.c
       @@ -507,7 +507,6 @@ xsetsel(char *str, Time t)
                XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
                if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
                        selclear_(NULL);
       -        xclipcopy();
        }
        
        void