diff options
author | June McEnroe <june@causal.agency> | 2018-09-12 20:23:45 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-12 20:23:45 -0400 |
commit | 872608e5c4fb814604a359a4b8b2f3bcf317cf0f (patch) | |
tree | 8f5c47cd8f6db0ab6716931165a2dc4087855a38 /README | |
parent | Add /help equivalent to /man (diff) | |
download | catgirl-872608e5c4fb814604a359a4b8b2f3bcf317cf0f.tar.gz catgirl-872608e5c4fb814604a359a4b8b2f3bcf317cf0f.zip |
Factor out IRC formatting parsing
Diffstat (limited to '')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README index a50bf31..8737aea 100644 --- a/README +++ b/README @@ -9,7 +9,8 @@ This software requires LibreSSL and targets FreeBSD and Darwin. handle.c Incoming command handling input.c Input command handling irc.c TLS client connection - ui.c Curses UI and mIRC formatting + format.c IRC formatting + ui.c Curses UI term.c Terminal features unsupported by curses edit.c Line editing tab.c Tab-complete |