Is it possible to disable colors entirely?

Is it possible to disable colors entirely?

From: Drew DeVault
I would prefer for my interface to be in monochrome rather than hashing
names to obtain colors. Is this possible? I tried -H 0,0 and it caused a
segfault.

Re: Is it possible to disable colors entirely?

From: June Bug
> On Mar 7, 2021, at 18:30, Drew DeVault <sir@cmpwn.com> wrote:
> 
> I would prefer for my interface to be in monochrome rather than hashing
> names to obtain colors. Is this possible? I tried -H 0,0 and it caused a
> segfault.

For monochrome output, you can set TERM to something incapable of
colour, for instance TERM=xterm-mono. Crashing on invalid -H values
has been fixed[1].

[1]: https://git.causal.agency/catgirl/commit/?id=06fb02549646d26eea438361ebc0b4f0893cf01f
1 reply
3 replies

Re: Is it possible to disable colors entirely?

From: June Bug
> On Mar 8, 2021, at 10:03, Drew DeVault <sir@cmpwn.com> wrote:
> 
> Hm, on further thought, this is not desirable. I still want to see IRC
> colors in chat. I just want all nicks and channel names to have a
> uniform color.

I’ve pushed this, which makes what you initially tried (-H 0,0) work:
https://git.causal.agency/catgirl/commit/?id=6435dfdda5c50b0244260d881210538c81d43fa0