pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f99032
)
make clipboard patch obsolete
author
Anselm R Garbe
<anselm@garbe.us>
Fri, 1 Sep 2017 07:48:24 +0000
(09:48 +0200)
committer
Anselm R Garbe
<anselm@garbe.us>
Fri, 1 Sep 2017 07:48:24 +0000
(09:48 +0200)
x.c
patch
|
blob
|
history
diff --git
a/x.c
b/x.c
index
fbfd350
..
ab9593e
100644
(file)
--- 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