Re: [dev] [PATCH] [sbase] Adding human readable output to du

2014-10-17 Thread Jeffrey Picard
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

[dev] vis: small patch placing the cursor the text inserted from the register

2014-10-17 Thread ale rimoldi
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 *

Re: [dev] [stali] What happened to stali?

2014-10-17 Thread Dimitris Papastamos
Applied, thanks Evan!

Re: [dev] [PATCH][sbase] add link utility

2014-10-17 Thread Dimitris Papastamos
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!

Re: [dev] [PATCH] [sbase] Add logname(1)

2014-10-17 Thread Dimitris Papastamos
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!