diff options
author | June McEnroe <june@causal.agency> | 2021-03-08 10:47:18 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-08 10:47:18 -0500 |
commit | 6435dfdda5c50b0244260d881210538c81d43fa0 (patch) | |
tree | e86f4c0a2c54a1a11a4f7bd78f1a294e6cb95a25 /catgirl.1 | |
parent | Add bindings for C-Left and C-Right (diff) | |
download | catgirl-6435dfdda5c50b0244260d881210538c81d43fa0.tar.gz catgirl-6435dfdda5c50b0244260d881210538c81d43fa0.zip |
Disable nick and channel colors with hash bound 0
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/catgirl.1 b/catgirl.1 index 0543be3..72c0408 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 15, 2021 +.Dd March 8, 2021 .Dt CATGIRL 1 .Os . @@ -96,12 +96,15 @@ The default is the first available of . .It Fl H Ar init,bound , Cm hash = Ar init,bound Set the initial value of -the nick color hash function +the nick and channel +color hash function and the maximum IRC color value used. The default is 0,75. To use only colors from the 16-color terminal set, use 0,15. +To disable nick and channel colors, +use 0,0. . .It Fl I Ar pattern , Cm highlight = Ar pattern Add a case-insensitive message highlight pattern, |