diff options
author | Curtis McEnroe | 2018-08-08 21:48:30 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-08-08 21:48:30 -0400 |
commit | c024147504a4a1b3a6b1e40f5120bc57248f0531 (patch) | |
tree | e9bb173b3ba02dfd7ec27bade7f852cf95a9fb1d /chat.h | |
parent | 09fe40abd9288787b80aab3e44aeba269470f0d3 (diff) |
Add commands to tab complete
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 2 |
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); |