summaryrefslogtreecommitdiff
path: root/src/choices.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/choices.h')
-rw-r--r--src/choices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/choices.h b/src/choices.h
index e8a598b..c2bbcd9 100644
--- a/src/choices.h
+++ b/src/choices.h
@@ -25,6 +25,7 @@ typedef struct {
size_t selection;
unsigned int worker_count;
+ char input_delimiter;
} choices_t;
void choices_init(choices_t *c, options_t *options);