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 /README | |
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-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README index 5957c57..06da8df 100644 --- a/README +++ b/README @@ -39,6 +39,7 @@ FILES input.c input command handling irc.c TLS client connection format.c IRC formatting + color.c nick and channel coloring ui.c cursed UI term.c terminal features unsupported by curses edit.c line editing @@ -53,4 +54,4 @@ FILES SEE ALSO catgirl(1), sandman(1) -Causal Agency January 25, 2019 Causal Agency +Causal Agency February 25, 2019 Causal Agency |