st
simple terminal
git clone https://9o.is/git/st.git
commit 446f2936767fcde627f6a0c4856ff081f800af31 parent af742e131fbe7ad18d27b30889245bd70b70c936 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(-)
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