From a324795b8610b7c3e5626ac72d202ce6207066d7 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 9 Jan 2021 17:58:29 -0500 Subject: 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? --- catgirl.1 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'catgirl.1') 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. -- cgit 1.4.1