summaryrefslogtreecommitdiff
path: root/src/common/completion.h
diff options
context:
space:
mode:
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 */