summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorCurtis McEnroe2018-08-08 21:48:30 -0400
committerCurtis McEnroe2018-08-08 21:48:30 -0400
commitc024147504a4a1b3a6b1e40f5120bc57248f0531 (patch)
treee9bb173b3ba02dfd7ec27bade7f852cf95a9fb1d /chat.h
parent09fe40abd9288787b80aab3e44aeba269470f0d3 (diff)
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);