diff options
author | June McEnroe <june@causal.agency> | 2019-02-25 23:10:40 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-25 23:10:40 -0500 |
commit | 4cda410b574c93c2ea7ad467e2b27809d0a0ba62 (patch) | |
tree | aaffc0e9b1379f1a9fb7fa571b2807077d4acbbe /catgirl.7 | |
parent | Add M-l to list the log (diff) | |
download | catgirl-4cda410b574c93c2ea7ad467e2b27809d0a0ba62.tar.gz catgirl-4cda410b574c93c2ea7ad467e2b27809d0a0ba62.zip |
Move nick and tag coloring to color.c
Diffstat (limited to '')
-rw-r--r-- | catgirl.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/catgirl.7 b/catgirl.7 index 638b3f2..cae56bb 100644 --- a/catgirl.7 +++ b/catgirl.7 @@ -1,4 +1,4 @@ -.Dd January 25, 2019 +.Dd February 25, 2019 .Dt CATGIRL 7 .Os "Causal Agency" . @@ -79,6 +79,8 @@ input command handling TLS client connection .It Pa format.c IRC formatting +.It Pa color.c +nick and channel coloring .It Pa ui.c cursed UI .It Pa term.c |