Re: [wiki] [sites] Patch update || Kai Hendry

From: Quentin Rameau <quinq_AT_fifth.space>
Date: Mon, 1 May 2017 11:55:46 +0200

> commit ef6aea30f2ad097b9ad8dd8b046d32236a220c87
> Author: Kai Hendry <hendry_AT_iki.fi>
> Date: Mon May 1 16:47:32 2017 +0800

Hi Hendry,

> Patch update

Next time, please use a more descriptive commit message, like
[st] update clipboard patch

Thanks!

> diff --git
> a/st.suckless.org/patches/st-clipboard-20170501-5a10aca.diff
> b/st.suckless.org/patches/st-clipboard-20170501-5a10aca.diff new file
> mode 100644 index 0000000..589b354 --- /dev/null
> +++ b/st.suckless.org/patches/st-clipboard-20170501-5a10aca.diff
> _AT_@ -0,0 +1,14 @@
> +diff --git a/x.c b/x.c
> +index fbfd350..c122cad 100644
> +--- a/x.c
> ++++ b/x.c
> +_AT_@ -507,6 +507,9 @@ 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

Didn't you forgot to update clipboard.md too?
Received on Mon May 01 2017 - 11:55:46 CEST

This archive was generated by hypermail 2.3.0 : Mon May 01 2017 - 12:00:16 CEST