about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-23 12:24:39 -0500
committerJune McEnroe <june@causal.agency>2019-02-23 12:24:39 -0500
commitc06a45746117786f687ded1c62047e9194107e96 (patch)
treec0ec8f298830dd055615591dfc347b9eb067c541 /chat.h
parentChange example command to join #ascii.town on freenode (diff)
downloadcatgirl-c06a45746117786f687ded1c62047e9194107e96.tar.gz
catgirl-c06a45746117786f687ded1c62047e9194107e96.zip
Add C-n and C-p key bindings to switch windows
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.h b/chat.h
index afb32ef..452470d 100644
--- a/chat.h
+++ b/chat.h
@@ -122,7 +122,7 @@ void uiExit(int status);
 
 void uiPrompt(bool nickChanged);
 void uiShowTag(struct Tag tag);
-void uiShowNum(int num);
+void uiShowNum(int num, bool relative);
 void uiCloseTag(struct Tag tag);
 
 enum UIHeat {