diff options
author | June McEnroe <june@causal.agency> | 2021-01-09 17:58:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-09 17:58:29 -0500 |
commit | a324795b8610b7c3e5626ac72d202ce6207066d7 (patch) | |
tree | 4f340e00b8d3e6e637444f645f8b5856b77665df /catgirl.1 | |
parent | Count width of 2 for invalid multibyte with high bit (diff) | |
download | catgirl-a324795b8610b7c3e5626ac72d202ce6207066d7.tar.gz catgirl-a324795b8610b7c3e5626ac72d202ce6207066d7.zip |
Allow configuring the upper bound of the hash function
This allows limiting the nick colors used to the 16-color terminal set without modifying the TERM environment variable. Produces different results from just using the default configuration in a 16-color terminal, but what can you do?
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/catgirl.1 b/catgirl.1 index 1c782cf..04216a6 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd December 30, 2020 +.Dd January 9, 2021 .Dt CATGIRL 1 .Os . @@ -77,9 +77,14 @@ The default is the first available of .Xr xclip 1 , .Xr xsel 1 . . -.It Fl H Ar hash , Cm hash = Ar hash +.It Fl H Ar init,bound , Cm hash = Ar init,bound Set the initial value of -the nick color hash function. +the nick 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. . .It Fl N Ar util , Cm notify = Ar util Send notifications using a utility. |