[dev] dmenu-4.2.1

2010-11-20 Thread Anselm R Garbe
Hi, there were two missing files in yesterdays dmenu-4.2.tar.gz, hence I recreated a new bugfix release which can be downloaded from: http://dl.suckless.org/tools/dmenu-4.2.1.tar.gz Sorry for this and have a nice weekend, Anselm On 19 November 2010 12:59, Anselm R Garbe wrote: > Hi there, >

Re: [dev] [dvtm] dvtm on aix

2010-11-20 Thread Marc Andre Tanner
Hi Ross On Mon, Nov 15, 2010 at 05:06:34PM -0500, Ross Mohn wrote: > I've come to rely on dvtm, but I have to use AIX in my new job (ugh). > I'm pretty far with getting it to run on AIX but could use a little help > now, if possible. > > I'm working with dvtm-0.6, ncurses-5.7, gcc-4.2, AIX 6.1.

Re: [dev] [dwm] patch for statuscolors improved

2010-11-20 Thread Claudio M. Alessi
It seems like useless rather than suckless.

Re: [dev] [dwm] patch for statuscolors improved

2010-11-20 Thread pmarin
Well It is just a patch not the atrocity done in dmenu by surf users. On Sat, Nov 20, 2010 at 1:57 PM, Claudio M. Alessi wrote: > It seems like useless rather than suckless. > > >

[dev] Re: [dwm] patch for statuscolors improved

2010-11-20 Thread Dan Brown
Attached is a new version of the statuscolors patch with some bug fixes to the textnw() function. The previous version would crash with some double free() calls, so this version uses the C99 variable length array instead. Dan - diff --git a/config.def.h b/config.def.h index 91cf439..6189

Re: [dev] Re: [st] multibyte patch

2010-11-20 Thread Damian Okrasa
2010/11/19, Hiltjo Posthuma : > I noticed in canstou(): > >329 /* use this if your buffer is less than UTF_SIZ, it returns 1 > if you can decode >330UTF-8 otherwise return 0 */ >331 static int canstou(char *s, int b) { >332unsigned char c = *s; >333int n; >

Re: [dev] Re: [st] multibyte patch

2010-11-20 Thread Damian Okrasa
I forgot to hg diff, here's the correct one. st-fix.diff Description: Binary data

Re: [dev] Re: [st] multibyte patch

2010-11-20 Thread Aurélien Aptel
On Sat, Nov 20, 2010 at 6:24 PM, Damian Okrasa wrote: > I forgot to hg diff, here's the correct one. Ok. > I've attached changed version, it looks simpler. There are some other > changes too, font loading code. I'm not sure if the line drawing is > needed in xdraws() since unicode has some box d

Re: [dev] [slock] Linux-PAM support

2010-11-20 Thread Džen
Epic :D On 16/11/10 12:17pm, Uriel wrote: > On Tue, Nov 16, 2010 at 12:09 PM, pancake wrote: > > On 11/16/10 11:46, Petr Sabata wrote: > >> > >> Hey, > >> > >> this patch should enable Linux-PAM support in slock. It's my first try > >> with > >> Linux-PAM whatsoever so there's a chance it won't w

[dev] [dmenu] [patch] add xft and fix possible memory leak in version 4.2.1

2010-11-20 Thread Dan Brown
Hello suckless- 1) Attached is a patch that enables xft fonts in dmenu 4.2.1. 2) dmenu v4.2.1 appears to be leaking memory. It is missing the routines to teardown/cleanup memory structures present in previous versions. This patch also adds them. For those keeping score, the patch increases by 43

Re: [dev] [dmenu] [patch] add xft and fix possible memory leak in version 4.2.1

2010-11-20 Thread Wolf Tivy
> 2) dmenu v4.2.1 appears to be leaking memory. It is missing the > routines to teardown/cleanup memory structures present in previous > versions. This patch also adds them. dmenu doesn't run long and the OS frees all the memory used by the process. Once it's decided that the process is going to q