diff options
author | June McEnroe <june@causal.agency> | 2022-02-20 14:49:17 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-20 14:49:17 -0500 |
commit | a281bdc5e1700e25022536a5482b1fb41ece4219 (patch) | |
tree | d56b6b620de45055cbd53f0d10098df13c26a661 /chat.h | |
parent | Use separate edit buffers for each ID (diff) | |
download | catgirl-a281bdc5e1700e25022536a5482b1fb41ece4219.tar.gz catgirl-a281bdc5e1700e25022536a5482b1fb41ece4219.zip |
Show indicator in status when window has pending input
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 0de930d..17334fa 100644 --- a/chat.h +++ b/chat.h @@ -331,6 +331,7 @@ int uiSave(void); void inputInit(void); void inputWait(void); void inputUpdate(void); +bool inputPending(uint id); void inputRead(void); void inputCompleteAdd(void); |