st

Patched version of https://st.suckless.org/
git clone https://git.inz.fi/st/
Log | Files | Refs | README | LICENSE

commit 77c51c5a6b16387f1792e23acbcf2080f790aa25
parent 7f990328e4fec8dfaaad311cb8af2304b58c872e
Author: Anselm R Garbe <anselm@garbe.us>
Date:   Fri,  1 Sep 2017 09:48:24 +0200

make clipboard patch obsolete

Diffstat:
Mx.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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