URI: 
       make clipboard patch obsolete - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 77c51c5a6b16387f1792e23acbcf2080f790aa25
   DIR parent 7f990328e4fec8dfaaad311cb8af2304b58c872e
  HTML Author: Anselm R Garbe <anselm@garbe.us>
       Date:   Fri,  1 Sep 2017 09:48:24 +0200
       
       make clipboard patch obsolete
       
       Diffstat:
         M x.c                                 |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/x.c b/x.c
       @@ -507,6 +507,7 @@ 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