From 4c4d91b4499d3a4bdc3850c4ad8a1713ce3a8e65 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 13 Sep 2018 01:03:47 -0400 Subject: Rewrite UI again The persistent topic is gone and the status line is now at the top. The status formatting still needs to be reworked. I also want to try showing the nick in the input window so it really looks like your next message. --- chat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 6295ce6..f9ffff3 100644 --- a/chat.h +++ b/chat.h @@ -119,7 +119,6 @@ enum UIHeat { UIWarm, UIHot, }; -void uiTopic(struct Tag tag, const char *topic); void uiLog(struct Tag tag, enum UIHeat heat, const wchar_t *line); void uiFmt(struct Tag tag, enum UIHeat heat, const wchar_t *format, ...); -- cgit 1.4.0