From 43eee8da713a7c7c3788238a6a5f301ae4672a79 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 7 Aug 2018 22:40:05 -0400 Subject: Implement cycling tab complete Not properly hooked up to the UI yet. --- chat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 838c51d..09f0d2c 100644 --- a/chat.h +++ b/chat.h @@ -64,6 +64,9 @@ void input(char *line); void tabTouch(const char *word); void tabRemove(const char *word); void tabReplace(const char *prev, const char *next); +const char *tabNext(const char *prefix); +void tabAccept(void); +void tabReject(void); wchar_t *ambstowcs(const char *src); char *awcstombs(const wchar_t *src); -- cgit 1.4.1