1 Commits

Author SHA1 Message Date
6785ee8e34 Added bold-is-not-bright v2019-01-27 patch 2023-06-27 21:58:47 +02:00

6
x.c
View File

@ -689,8 +689,6 @@ setsel(char *str, Time t)
XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t);
if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win)
selclear();
xclipcopy();
}
void
@ -714,9 +712,7 @@ brelease(XEvent *e)
if (mouseaction(e, 1))
return;
if (btn == Button3)
selpaste(NULL);
else if (btn == Button1)
if (btn == Button1)
mousesel(e, 1);
}