From a0dde10cb61ec2c320103a215172841de636bd03 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 30 Mar 2020 14:56:26 -0400 Subject: Add text macros --- chat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 0a84053..545be03 100644 --- a/chat.h +++ b/chat.h @@ -198,7 +198,7 @@ void command(uint id, char *input); const char *commandIsPrivmsg(uint id, const char *input); const char *commandIsNotice(uint id, const char *input); const char *commandIsAction(uint id, const char *input); -void commandComplete(void); +void commandCompleteAdd(void); enum Heat { Cold, Warm, Hot }; extern struct Util uiNotifyUtil; @@ -236,10 +236,12 @@ enum Edit { EditTranspose, EditInsert, EditComplete, + EditExpand, EditEnter, }; void edit(uint id, enum Edit op, wchar_t ch); char *editBuffer(size_t *pos); +void editCompleteAdd(void); const char *complete(uint id, const char *prefix); void completeAccept(void); -- cgit 1.4.1 le class='tabs'> summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile (unfollow)
Commit message (Collapse)Author
2020-04-20Use . as ${LDLIBS.$@} separatorJune McEnroe
2020-04-14Add CREEP UJune McEnroe
2020-04-14Add DONT COME TO THE WOODSJune McEnroe
2020-04-04Include <content src> in feedJune McEnroe
Maybe this gets feed readers to embed the content?
2020-04-04Set publish date in feed from .DdJune McEnroe
2020-04-01Update cgit setup post with git-http-backendJune McEnroe