From fae0396ea4fd9d2530086eef77b8a11b6640d640 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 17 Feb 2000 23:37:16 +0000 Subject: Completion works. Unfortunately, we have to access a couple of internal symbols of libreadline :-( --- client/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/client.h') diff --git a/client/client.h b/client/client.h index a9c9903..f63c75c 100644 --- a/client/client.h +++ b/client/client.h @@ -9,8 +9,11 @@ /* client.c */ void cleanup(void); +void input_start_list(void); +void input_stop_list(void); /* commands.c */ void cmd_build_tree(void); void cmd_help(char *cmd, int len); +int cmd_complete(char *cmd, int len, char *buf, int again); -- cgit v1.2.3