Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Funky list-colors
- X-seq: zsh-workers 44954
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsugabubus <zsugabubus@xxxxxxxx>
- Subject: Re: Funky list-colors
- Date: Fri, 29 Nov 2019 11:22:52 -0800
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=k691o211pCNUwsSBCP+76nn8GPyXh5eisKoY8STVIlQ=; b=lhV4MtUgYQGL0Eo9VUfBRM9a4HwtlxbItVw4xShK6KfOP0gKfdLXDdeVe6URCLMTeC 0vMMgjSR6a2pMOp6HsMVhrlP5kwKHOeoEOONpF/GHtxHPrLw+jepTHHuqIzCCq2dZJaH hPpws+J3BAAOWlR9XX/W6zscCUXlCz1cb9InuwGDDBfyR9hQI0dLAGA/q8xQo5ya+Jk5 M+yX9UBvSad5UI4pxFO6r8ZlZnon2vvUcdFdrQddaJs+HsC+eKS4oXO4qbdceYOB4y0N wc8EIcOGu1wr5zu4SJ2AmW3xS8CJKppo/TbpoioG5LzQMcW6Ytu+neaCdwQ0WSivNQGE qqQA==
- In-reply-to: <20191129172303.sd5bj3gukhdb7mpp@localhost>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20191129122141.rekf7hcxtacjojo2@localhost> <CAH+w=7ZrwCrhkVCvZUAEgomWT_+bydWHEHV_oaZTDc=rnadyTw@mail.gmail.com> <20191129172303.sd5bj3gukhdb7mpp@localhost>
On Fri, Nov 29, 2019 at 9:23 AM zsugabubus
<zsugabubus@xxxxxxxx> wrote:
>
> Though the name clearly states that these are “colors”, but why this
> artificial limitation? Width measuring happens at the prompts too
Prompts have the reverse assumption, that everything is nonzero width
(needs counting) unless special syntax indicates otherwise. The
overhead of designating the width of every color element and checking
whether it is greater than zero doesn't seem worth it, given that
we're sharing color definitions with other standard apps like "ls" and
none of THOSE support nonzero-width colors.
> I really would like it to work
Chances are there's a different way to do what you are trying to do.
What's the end goal here?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author