Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG?] If true-color is used, overlapping colors do not work
- X-seq: zsh-workers 43806
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: [BUG?] If true-color is used, overlapping colors do not work
- Date: Thu, 8 Nov 2018 10:19:52 +0100
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xJcSiOomq+0NUb2OIiORRO0z/F1kbygYmag8YBc7r4k=; b=tS6A9g4YoItxT0otpo4X6RZvNnj9Kf+tKw9xN9ahqmC4fukY3nTqtCM5cklVphO44F x+TmcWmU7RMm7NK9GqoUX2MJX+3Z5OXPjKLy4qGEnc6hbWYmIX7W4T0QoTARhKrBntaO zLdi0QRxjVnhww4BPBB4o+ySFUEIPhbYdqgFIuWxYXBYJsHEBF3nJuf57LjZ/a9lYXiR hLDXvE9a7yr9eq4kWhJEudx6zTeP8SK92jZ3sA8ZiteMH2NxrBu+8jh4n2bKh13pjrqA DoV7zL2Qx1Xm3JUYTmB2NtS+x5bTHlmU78njaFPNOCQardCf40X2z3orgVT51K5wp5hW FWTg==
- In-reply-to: <2362-1541646201.813952@nGIL.zWP_.YhaK>
- 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: <CAKc7PVDgEtfLAibbxRr36=UgPoPk8grvsH5G2+AOipr_vmt-cQ@mail.gmail.com> <2362-1541646201.813952@nGIL.zWP_.YhaK>
On Thu, 8 Nov 2018 at 04:03, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
> (...)
> markers. Could be clearer to follow than $'\x1b'. None of your tests
> work on my system. I think the expected results reflect the particulars
> of the termcap database for your terminal on your system. zle -T may
> help but to be portable, the tests may also need to search for a
> 256color terminal and skip if none is found.
I hope the tests will be working system-wide, otherwise it's a show
stopper for them. Could you maybe provide the test wrong answer? If
you are sure that it's about TERM= value, then ok, I've observed this
too, and export TERM=xterm-256color fixed the tests (on Linux).
Searching for proper termcap seems a good idea. I might also find a
docker image with the same OS and test it.
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author