diff options
author | June McEnroe <june@causal.agency> | 2019-02-27 00:17:59 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-27 00:17:59 -0500 |
commit | d8cffb8ae7c949a85b35a15f344fec592d7df060 (patch) | |
tree | c561b0a334cd842d41c2bc66f13d1e59b7c844a2 /chat.h | |
parent | Add M-/ to switch to previously active window (diff) | |
download | catgirl-d8cffb8ae7c949a85b35a15f344fec592d7df060.tar.gz catgirl-d8cffb8ae7c949a85b35a15f344fec592d7df060.zip |
Add /move command
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
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 { |