Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Quickhack that seems to fix issues with the menuselect keymap
- X-seq: zsh-workers 25526
- From: "xRaich[o]²x" <raichoo@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Quickhack that seems to fix issues with the menuselect keymap
- Date: Mon, 25 Aug 2008 01:52:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=Uyc3PnvkxFQQVfl3DBAwtMhBWtzIspFa0FMuFI6R5Rs=; b=jrfSJ/V61HKdWVryohZSVwoRhzL9qQLCIxVyVkk9u0dTaMhkT5dDey9o71D1SEo0nq KFlLo2E5uubJaUftsq1gvn8v9fk3evuNbyzj9rKalzy4tYnGYmj601QYJM4e7yJ3pQpa EjgcGSimYtBUOdqxRJJpU1PWjYGY0rdko9x+E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=Zq+ErLAoIyc66TT5pWUkSBDGcLhFS2nnMTSRGetN08/cEesnjzCKlVPrKtcMv0Wg15 vQrXjE5rTn1/O0ER/KxfsUgydf7KldIHilu41/rSo3Xp5HvHj3kAHIPH2UsJNaN336wg FjeKLz/NG7dO82Ljhwt9FwcUxNMBGr/xr29q0=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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