summaryrefslogtreecommitdiff
path: root/src/common/completion.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-10-27 22:45:23 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-10-27 22:45:23 +0000
commit17a52d002055142b8f6d860640ac4c6ca095f77c (patch)
tree3f00b67fd4cbda8ac929a4a09b83b6eb6aeb0251 /src/common/completion.h
parent4dd93fd6d3f01ece7cb9abd7c57caf7654bdd4f7 (diff)
downloadweechat-17a52d002055142b8f6d860640ac4c6ca095f77c.zip
Removed automatic space after filename when using completion
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 c65d7ce0d..b6e4e735e 100644
--- a/src/common/completion.h
+++ b/src/common/completion.h
@@ -44,6 +44,7 @@ struct t_completion
int position; /* position where Tab was pressed */
char *args; /* command line args (including base word) */
int direction; /* +1 = search next word, -1 = previous word */
+ int add_space; /* add space after completion? */
/* for command argument completion */
t_weelist *completion_list; /* data list for completion */