Re: [PATCH] cwm: function menu

2012-11-05 Thread Kent R. Spillner
Hey, dude- > This breaks how name_to_kbfunc is currently being used; > >for (iter = 0; iter < nitems(name_to_kbfunc); iter++) { > if (strcmp(name_to_kbfunc[iter]->tag, ... > > I think you can see where this goes wrong with your patch > applied (hint: passing NULL to strcmp is not advis

Re: [PATCH] cwm: function menu

2012-11-02 Thread Thomas Pfaff
On Tue, 30 Oct 2012 17:44:25 -0500 "Kent R. Spillner" wrote: This segfaults. See comments below. > Here is an initial attempt at adding a menu for searching/executing internal > functions. It's useful for those times you want to an unbound function, and > even when the function is bound to som

[PATCH] cwm: function menu

2012-10-30 Thread Kent R. Spillner
Howdy- Here is an initial attempt at adding a menu for searching/executing internal functions. It's useful for those times you want to an unbound function, and even when the function is bound to some key combo you haven't memorized yet it can be faster than looking up the keybinding in the manual