summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-13 16:16:11 -0400
committerJune McEnroe <june@causal.agency>2018-09-13 16:16:11 -0400
commit0d7854c0d48e3f9f3b0a3ea4b5c71cbd6b332df5 (patch)
treeaf3ee6ca206286f9528c9c0ded2be05a5dfea45b /chat.h
parentFix len for format->split at end of string (diff)
downloadcatgirl-0d7854c0d48e3f9f3b0a3ea4b5c71cbd6b332df5.tar.gz
catgirl-0d7854c0d48e3f9f3b0a3ea4b5c71cbd6b332df5.zip
Move color selection to format.c
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index b72e664..93d3ae9 100644
--- a/chat.h
+++ b/chat.h
@@ -93,6 +93,7 @@ struct Format {
 };
 void formatReset(struct Format *format);
 bool formatParse(struct Format *format, const wchar_t *split);
+enum IRCColor formatColor(const char *str);
 
 void handle(char *line);
 void input(struct Tag tag, char *line);
f3fade087d6fe996da62726d560f4f&follow=1'>Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe