Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Patch for curses module
- X-seq: zsh-workers 36506
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: Patch for curses module
- Date: Sat, 12 Sep 2015 16:57:34 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Fg6SiiYzZ7N+ijHXy8V2ROn0oLmfCzjW6s8pwFfXZm8=; b=W4sKf10WauqkecO40sNFVI107Yfu1+M3eiMxj/F1dPRfZx4rKPF73d8knHh/oYMYhJ fyI2UMvkZI4UEOnefDVE+DC2+mBJ4O4IzSel/KEZNNiteohsQwJ1HG46cRwguCEsd7ny vyQThiznwkEY1Rqlp7hWYQdivpBhq/TcFgP4ioSEYq0NSYtNgfpZmpqp7KOkikO0eFqF qMBpizHawvTzP37rzoZn785HwFtFsNG9LT/oYwW22w8I8V4QchobEnPF/LaICFPLVrhm y0D20RHR3zhg781fqYHAsrDfH7UwEMXfTCyKtndDQRXXJSODxZ3Ga/fnVVuZLgdftNFL ScJQ==
- In-reply-to: <CAKc7PVAXVXOzwr3MO_oyBEgaWuSBHXz+CJH62UW3p73w=v+ipQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAKmGZrDfbA-A8bpZ+6kM+ibBr6pkFbG_5=jumLJcREFw@mail.gmail.com> <CAKc7PVAXVXOzwr3MO_oyBEgaWuSBHXz+CJH62UW3p73w=v+ipQ@mail.gmail.com>
On Sat, Sep 12, 2015 at 4:44 PM, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> Hello,
> I was looking for a way to be able to use colors on zsh < 5.1.1. Did
> some debugging:
> As it can be seen, hash misses are caused by the DISABLED flag ( "if
> (hp->flags & DISABLED) {" in function gethashnode). I attach two files
> with debug prints that produced the output. --- lines are hash table
> dumps, == are gethashnode() interiors.
It's preferable to send unified diff patches, inline in the email,
rather than full files attached to the message.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author