On Oct 16, 2014, at 5:08 AM, Dimitris Papastamos wrote:
> On Wed, Oct 15, 2014 at 08:35:46PM -0400, Jeffrey Picard wrote:
>> Hey all,
>>
>> I was poking around at du recently and noticed it doesn’t support human
>> readable output. This is pretty easy to add however, at least in a simple
>> f
hi marc
here a small to place the cursor after the text inserted with ctrl-r
ciao
a.l.e
diff --git a/config.def.h b/config.def.h
index 9ecb018..685c787 100644
--- a/config.def.h
+++ b/config.def.h
@@ -921,7 +925,9 @@ static void delete(const Arg *arg) {
static void insert_register(const Arg *
Applied, thanks Evan!
On Thu, Oct 16, 2014 at 10:12:12PM +0200, Markus Teich wrote:
> ---
>
>
> Heyho,
>
> there you go, pretty simple, but it was still missing so here you go.
Applied, thanks!
On Thu, Oct 16, 2014 at 05:31:01PM -0400, Brandon Mulcahy wrote:
> Another easy one. One of the context lines will have to be updated in Makefile
> to apply after the link(1) patch.
Applied, thanks!