summaryrefslogtreecommitdiff
path: root/src/common/completion.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-11-29 08:28:26 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-11-29 08:28:26 +0000
commit59a0d276688714f5e4801e55e822191da1ac4a1c (patch)
tree6b2df2634f80c41de1ceb55ce04b6e818a9b014b /src/common/completion.h
parentf1dbe04c20a53a3718084cacfc5c519f60e16ee1 (diff)
downloadweechat-59a0d276688714f5e4801e55e822191da1ac4a1c.zip
Added auto completion with channels and filenames
Diffstat (limited to 'src/common/completion.h')
-rw-r--r--src/common/completion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/completion.h b/src/common/completion.h
index b6e4e735e..18f91f8af 100644
--- a/src/common/completion.h
+++ b/src/common/completion.h
@@ -27,6 +27,7 @@
#define COMPLETION_NICK 1
#define COMPLETION_COMMAND 2
#define COMPLETION_COMMAND_ARG 3
+#define COMPLETION_AUTO 4
typedef struct t_completion t_completion;