about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-27 00:17:59 -0500
committerJune McEnroe <june@causal.agency>2019-02-27 00:17:59 -0500
commitd8cffb8ae7c949a85b35a15f344fec592d7df060 (patch)
treec561b0a334cd842d41c2bc66f13d1e59b7c844a2 /chat.h
parentAdd M-/ to switch to previously active window (diff)
downloadcatgirl-d8cffb8ae7c949a85b35a15f344fec592d7df060.tar.gz
catgirl-d8cffb8ae7c949a85b35a15f344fec592d7df060.zip
Add /move command
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 6f08a01..a3ce3f9 100644
--- a/chat.h
+++ b/chat.h
@@ -126,6 +126,7 @@ void uiExit(int status);
 void uiPrompt(bool nickChanged);
 void uiShowTag(struct Tag tag);
 void uiShowNum(int num, bool relative);
+void uiMoveTag(struct Tag tag, int num, bool relative);
 void uiCloseTag(struct Tag tag);
 
 enum UIHeat {
>2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe 2019-01-06Handle KCGI_HUPJune McEnroe 2019-01-06Install html filesJune McEnroe