about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-08 21:48:30 -0400
committerJune McEnroe <june@causal.agency>2018-08-08 21:48:30 -0400
commitc024147504a4a1b3a6b1e40f5120bc57248f0531 (patch)
treee9bb173b3ba02dfd7ec27bade7f852cf95a9fb1d /chat.h
parentUse blank line as unread marker (diff)
downloadcatgirl-c024147504a4a1b3a6b1e40f5120bc57248f0531.tar.gz
catgirl-c024147504a4a1b3a6b1e40f5120bc57248f0531.zip
Add commands to tab complete
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 9507f12..3ded5db 100644
--- a/chat.h
+++ b/chat.h
@@ -73,6 +73,8 @@ const wchar_t *editTail(void);
 bool edit(bool meta, bool ctrl, wchar_t ch);
 
 void handle(char *line);
+
+void inputTab(void);
 void input(char *line);
 
 void tabTouch(const char *word);
-0400'>2020-08-17Template catsit script with RUNDIRJune McEnroe 2020-08-17Clean up includesJune McEnroe 2020-08-17Log service uptime in statusJune McEnroe