On Tue, May 12, 2009 at 7:05 AM, Aditya Mahajan <adi.maha...@gmail.com> wrote: > Another minor annoyance. In wmii (latest hg version), the menu is called > using wimenu. When I type a few characters and press tab, it behaves like > left arrow key in dmenu. Rumani simply calls dmenu and tab completes the > current word. Any idea how wimenu is implmented? Can the choice of the menu > program be also made configurable?
For the time being, you can git cherry-pick this commit: http://github.com/sunaku/wmiirc/commit/7dc215c300be27a8034869e39246d3e8e7330a4f Or you can just override the click_menu() method in the "script" section of your config.yaml file. I'll think about making it an option, maybe as "display:menu".