Merge branch 'master' of github.com:LukeSmithxyz/st

This commit is contained in:
Luke Smith 2020-04-01 09:28:28 -04:00
commit e7db668a0a
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

2
x.c
View file

@ -661,8 +661,6 @@ setsel(char *str, Time t)
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
selclear();
clipcopy(NULL);
}
void