Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Anyone want to convert this bash script for terminal color detection into zsh?
- X-seq: zsh-users 23944
- From: Rocky Bernstein <rocky.bernstein@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Anyone want to convert this bash script for terminal color detection into zsh?
- Date: Fri, 10 May 2019 20:16:31 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=RkRkG3vc7m6iUbjc66J6i8I14AajMlxWJ1GBbaBN/nM=; b=F9kMh0ttFeICiIsCDRiXJ4j8jj8BiN1nKEwkxapIVn4hmLRqlXujtG2DTLYw6EVUQY 9yelaP2iM6OEzHkYnc55QP/yHZdMaQ9fheJ2GOXqjXYiVgDYPl/6KHTe0kLPk3aWjgSq W5vyzYLVWTz8k1OvABIih/BZFOfU4J+QQ2ZOgeahLYq4E7XCahoKwLZZcAVNaCOAIYGA rg1+OtGVoSILMs5s61jtrU7WqNV/ip+Zqvx4+Se0QSGF/UA+TPNHVZr4woj8dFa7fjmX pN0K9/wHktONdAf+HmY4iBD5eygNqZJzNjP1C2BlRTnjBaKx+puGS0S48rckhlwewrZW AcAw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I wrote a little script to report if a terminal has a dark or light
background.
https://github.com/rocky/bash-term-background
Anyone want to convert this to zsh so zsh users can do the same thing?
See
https://stackoverflow.com/questions/12644730/error-in-compilation-and-linking-using-cmake-with-gcov
for
the discussion of what's involved and what works (nd what doesn't.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author