st
simple terminal
git clone https://9o.is/git/st.git
commit a7ad542cb2689c8b0fbfa1466ae7d06b888f61a1 parent 446f2936767fcde627f6a0c4856ff081f800af31 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 2 Sep 2017 13:52:33 +0200 Revert "make clipboard patch obsolete" This reverts commit 446f2936767fcde627f6a0c4856ff081f800af31. Having multiple clipboards are useful, for example for plumber scripts. I've discussed this on IRC and it is useful to have. Diffstat:
| M | x.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/x.c b/x.c @@ -507,7 +507,6 @@ 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