[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash colour codes
From: |
pauline-galea |
Subject: |
Re: Bash colour codes |
Date: |
Tue, 13 Apr 2021 22:34:51 +0200 |
I am using 'Terminator'.
> Sent: Wednesday, April 14, 2021 at 8:29 AM
> From: "Greg Wooledge" <greg@wooledge.org>
> To: help-bash@gnu.org
> Subject: Re: Bash colour codes
>
> On Tue, Apr 13, 2021 at 10:22:02PM +0200, Christopher Dimech wrote:
> > There seems to be something different between bold (\e[1;41;32m) and
> > bright (\e[0;41;92m and \e[0;101;32m).
>
> Without knowing *which terminal* you use, the question has no meaning.
> Actually it's not even a question. It's just a statement.
>
> If you do a Google (or Bing, or Duck-Duck-Go, or whatever) search,
> you can find documentation for terminal escape sequences for your
> terminal.
>
> Here are a few for xterm:
>
> https://www.x.org/docs/xterm/ctlseqs.pdf
> https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
>
> If your terminal isn't xterm, well, you know what to do.
>
>