summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-13 01:03:47 -0400
committerJune McEnroe <june@causal.agency>2018-09-13 01:03:47 -0400
commit4c4d91b4499d3a4bdc3850c4ad8a1713ce3a8e65 (patch)
tree6580bc689c9d23dd3676406fa636641456713ffc /chat.h
parentAdd note about C-o (diff)
downloadcatgirl-4c4d91b4499d3a4bdc3850c4ad8a1713ce3a8e65.tar.gz
catgirl-4c4d91b4499d3a4bdc3850c4ad8a1713ce3a8e65.zip
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.
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 0 insertions, 1 deletions
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, ...);
 
so long. Reminded me of The Ten Thousand Doors of January at the beginning, and more of that N. K. Jemisin series about gods later. I like this interacting with gods and becoming something like one sort of thing. God, it took me a whole month (more?) to read and this is only my third book of the year :( I need some more novellas to read, but the other books I have from the library currently are also thick. 2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe