Re: [dev] dmenu: state of the tip

2010-08-03 Thread Connor Lane Smith
Hey, On 3 August 2010 18:14, Gene Auyeung wrote: > Hi, a small typo in dmenu.c.  533s/i++/++i Fixed, thanks. I seem to make more typos when programming in a cafe. I blame the coffee. cls

Re: [dev] dmenu: state of the tip

2010-08-03 Thread Gene Auyeung
Hi, a small typo in dmenu.c. 533s/i++/++i --- dmenu.c 2010-08-03 10:06:53.083866866 -0700 +++ bugfix.c2010-08-03 10:06:19.600536452 -0700 @@ -530,7 +530,7 @@ main(int argc, char *argv[]) { else if(!strcmp(argv[i], "-p")) prompt = argv[++i];

[dev] dmenu: state of the tip

2010-08-02 Thread Connor Lane Smith
As of my latest commit dmenu tip is a third smaller than 4.1.1, because of both libdraw and my zealous hammering of the 'd' key. But while restructuring I may have overlooked some subtlety and broken something, so before we consider releasing 4.2 I'd like to have a little bug hunt. If anyone can fi