Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Quickhack that seems to fix issues with the menuselect keymap



Hi,
I had some issues with Zsh (http://www.zsh.org/mla/users/2008/msg00772.html). 
I did a quickhack which seems to fix the behavior mentioned there, but i 
don't know if this makes any sense at all.

i changed line 2315 of the complist.c file from
selectlocalmap(mskeymap);
into
selectkeymap("menuselect",1);

This is a "lets-see-what-happens" hack, so it might be complete rubbish. 
Comments and pointers are very welcome since I'm totally new to Zsh

Regards,
Björn



Messages sorted by: Reverse Date, Date, Thread, Author