zsh-workers
 help / color / mirror / code / Atom feed
* Quickhack that seems to fix issues with the menuselect keymap
@ 2008-08-24 23:52 xRaich[o]²x
  2008-08-25 18:21 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: xRaich[o]²x @ 2008-08-24 23:52 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-25 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-24 23:52 Quickhack that seems to fix issues with the menuselect keymap xRaich[o]²x
2008-08-25 18:21 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).